summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/unit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/unit/Makefile')
-rw-r--r--src/regress/lib/libssl/unit/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/regress/lib/libssl/unit/Makefile b/src/regress/lib/libssl/unit/Makefile
index 413307b7a0..6a925069ca 100644
--- a/src/regress/lib/libssl/unit/Makefile
+++ b/src/regress/lib/libssl/unit/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.15 2023/05/24 08:54:59 tb Exp $ 1# $OpenBSD: Makefile,v 1.16 2023/05/24 09:15:14 tb Exp $
2 2
3PROGS += cipher_list 3PROGS += cipher_list
4PROGS += ssl_get_shared_ciphers 4PROGS += ssl_get_shared_ciphers
@@ -18,6 +18,4 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libssl
18 18
19LDADD_ssl_verify_param = ${LIBSSL} ${CRYPTO_INT} 19LDADD_ssl_verify_param = ${LIBSSL} ${CRYPTO_INT}
20 20
21REGRESS_EXPECTED_FAILURES+= run-regress-ssl_verify_param
22
23.include <bsd.regress.mk> 21.include <bsd.regress.mk>