summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2026-06-23 08:32:55 +0000
committertb <>2026-06-23 08:32:55 +0000
commit75c891e616f0f052332793b0abc0bf917f15048e (patch)
tree91f5a1a77631afe7c26122ad3687dfde18fa0d83 /src
parentbf24a103424334af46d2cf695b6e60f39ce9e3a8 (diff)
downloadopenbsd-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/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 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
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
@@ -6,8 +6,6 @@ PROGS += x509_crl x509_name_test
6LDADD = -lcrypto 6LDADD = -lcrypto
7DPADD = ${LIBCRYPTO} 7DPADD = ${LIBCRYPTO}
8 8
9REGRESS_EXPECTED_FAILURES = run-regress-x509_crl
10
11LDADD_constraints = ${CRYPTO_INT} 9LDADD_constraints = ${CRYPTO_INT}
12LDADD_verify = ${CRYPTO_INT} 10LDADD_verify = ${CRYPTO_INT}
13 11