diff options
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 | ||
