summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/client/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libssl/client/Makefile')
-rw-r--r--src/regress/lib/libssl/client/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/regress/lib/libssl/client/Makefile b/src/regress/lib/libssl/client/Makefile
index d073056921..7e2d7a3ecf 100644
--- a/src/regress/lib/libssl/client/Makefile
+++ b/src/regress/lib/libssl/client/Makefile
@@ -1,4 +1,4 @@
1# $OpenBSD: Makefile,v 1.5 2024/04/22 07:31:54 anton Exp $ 1# $OpenBSD: Makefile,v 1.6 2024/07/20 18:37:38 tb Exp $
2 2
3PROG= clienttest 3PROG= clienttest
4LDADD= ${SSL_INT} -lcrypto 4LDADD= ${SSL_INT} -lcrypto
@@ -6,7 +6,4 @@ DPADD= ${LIBSSL} ${LIBCRYPTO}
6WARNINGS= Yes 6WARNINGS= Yes
7CFLAGS+= -DLIBRESSL_INTERNAL -Werror 7CFLAGS+= -DLIBRESSL_INTERNAL -Werror
8 8
9# Disable for now for upcoming changes. This needs to be easier to deal with.
10REGRESS_EXPECTED_FAILURES+=run-regress-clienttest
11
12.include <bsd.regress.mk> 9.include <bsd.regress.mk>