diff options
Diffstat (limited to 'src/regress/lib/libssl/client/Makefile')
-rw-r--r-- | src/regress/lib/libssl/client/Makefile | 5 |
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 | ||
3 | PROG= clienttest | 3 | PROG= clienttest |
4 | LDADD= ${SSL_INT} -lcrypto | 4 | LDADD= ${SSL_INT} -lcrypto |
@@ -6,7 +6,4 @@ DPADD= ${LIBSSL} ${LIBCRYPTO} | |||
6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
8 | 8 | ||
9 | # Disable for now for upcoming changes. This needs to be easier to deal with. | ||
10 | REGRESS_EXPECTED_FAILURES+=run-regress-clienttest | ||
11 | |||
12 | .include <bsd.regress.mk> | 9 | .include <bsd.regress.mk> |