summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libcrypto/x509/Makefile4
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
3PROGS = constraints verify x509attribute x509req_ext callback 3PROGS = constraints verify x509attribute x509req_ext callback
4PROGS += expirecallback callbackfailures x509_asn1 x509_extensions_test 4PROGS += expirecallback callbackfailures x509_asn1 x509_extensions_test
@@ -9,8 +9,6 @@ DPADD = ${LIBCRYPTO}
9LDADD_constraints = ${CRYPTO_INT} 9LDADD_constraints = ${CRYPTO_INT}
10LDADD_verify = ${CRYPTO_INT} 10LDADD_verify = ${CRYPTO_INT}
11 11
12REGRESS_EXPECTED_FAILURES = run-regress-x509_crl
13
14WARNINGS = Yes 12WARNINGS = Yes
15CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror 13CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror
16CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 14CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509