diff options
| -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 a127e264c9..7e593f7274 100644 --- a/src/regress/lib/libcrypto/x509/Makefile +++ b/src/regress/lib/libcrypto/x509/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.28 2026/06/26 05:59:11 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.29 2026/06/26 06:08:08 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 |
| @@ -9,8 +9,6 @@ DPADD = ${LIBCRYPTO} | |||
| 9 | LDADD_constraints = ${CRYPTO_INT} | 9 | LDADD_constraints = ${CRYPTO_INT} |
| 10 | LDADD_verify = ${CRYPTO_INT} | 10 | LDADD_verify = ${CRYPTO_INT} |
| 11 | 11 | ||
| 12 | REGRESS_EXPECTED_FAILURES = run-regress-x509_crl | ||
| 13 | |||
| 14 | WARNINGS = Yes | 12 | WARNINGS = Yes |
| 15 | CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror | 13 | CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror |
| 16 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 | 14 | CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 |
