diff options
| author | tb <> | 2024-07-20 18:37:38 +0000 |
|---|---|---|
| committer | tb <> | 2024-07-20 18:37:38 +0000 |
| commit | b653dfcb770bee8e534e072ccb7eefcbb008915a (patch) | |
| tree | 3a31a3b621c9ed2afedbebddef9339b022adb7bc /src/regress/lib/libssl/client/Makefile | |
| parent | b68193edfb3424eb0f993aec6089c9e057aa5d4d (diff) | |
| download | openbsd-b653dfcb770bee8e534e072ccb7eefcbb008915a.tar.gz openbsd-b653dfcb770bee8e534e072ccb7eefcbb008915a.tar.bz2 openbsd-b653dfcb770bee8e534e072ccb7eefcbb008915a.zip | |
Fix golden numbers after beck broke it months ago
(why is it always me who gets to clean up this shit?)
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> |
