diff options
| author | tb <> | 2026-06-23 08:32:55 +0000 |
|---|---|---|
| committer | tb <> | 2026-06-23 08:32:55 +0000 |
| commit | 75c891e616f0f052332793b0abc0bf917f15048e (patch) | |
| tree | 91f5a1a77631afe7c26122ad3687dfde18fa0d83 /src | |
| parent | bf24a103424334af46d2cf695b6e60f39ce9e3a8 (diff) | |
| download | openbsd-75c891e616f0f052332793b0abc0bf917f15048e.tar.gz openbsd-75c891e616f0f052332793b0abc0bf917f15048e.tar.bz2 openbsd-75c891e616f0f052332793b0abc0bf917f15048e.zip | |
With x_crl.c r1.52 the x509_crl regress passes
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libcrypto/x509/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libcrypto/x509/Makefile b/src/regress/lib/libcrypto/x509/Makefile index 8765e91387..8e043007d0 100644 --- a/src/regress/lib/libcrypto/x509/Makefile +++ b/src/regress/lib/libcrypto/x509/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.26 2026/06/23 08:24:49 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.27 2026/06/23 08:32:55 tb Exp $ |
| 2 | 2 | ||
| 3 | PROGS = constraints verify x509attribute x509req_ext callback | 3 | PROGS = constraints verify x509attribute x509req_ext callback |
| 4 | PROGS += expirecallback callbackfailures x509_asn1 x509_extensions_test | 4 | PROGS += expirecallback callbackfailures x509_asn1 x509_extensions_test |
| @@ -6,8 +6,6 @@ PROGS += x509_crl x509_name_test | |||
| 6 | LDADD = -lcrypto | 6 | LDADD = -lcrypto |
| 7 | DPADD = ${LIBCRYPTO} | 7 | DPADD = ${LIBCRYPTO} |
| 8 | 8 | ||
| 9 | REGRESS_EXPECTED_FAILURES = run-regress-x509_crl | ||
| 10 | |||
| 11 | LDADD_constraints = ${CRYPTO_INT} | 9 | LDADD_constraints = ${CRYPTO_INT} |
| 12 | LDADD_verify = ${CRYPTO_INT} | 10 | LDADD_verify = ${CRYPTO_INT} |
| 13 | 11 | ||
