From 406fc20c37fff6d352e4555ce4a73a4bbb30c44f Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 26 Jun 2026 06:08:08 +0000 Subject: With x509_vfy.c 1.153, the x509_crl regress passes --- src/regress/lib/libcrypto/x509/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src') 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 @@ -# $OpenBSD: Makefile,v 1.28 2026/06/26 05:59:11 tb Exp $ +# $OpenBSD: Makefile,v 1.29 2026/06/26 06:08:08 tb Exp $ PROGS = constraints verify x509attribute x509req_ext callback PROGS += expirecallback callbackfailures x509_asn1 x509_extensions_test @@ -9,8 +9,6 @@ DPADD = ${LIBCRYPTO} LDADD_constraints = ${CRYPTO_INT} LDADD_verify = ${CRYPTO_INT} -REGRESS_EXPECTED_FAILURES = run-regress-x509_crl - WARNINGS = Yes CFLAGS += -DLIBRESSL_INTERNAL -Wall -Werror CFLAGS += -I${.CURDIR}/../../../../lib/libcrypto/x509 -- cgit v1.2.3-55-g6feb