diff options
| author | tb <> | 2024-07-20 18:37:38 +0000 |
|---|---|---|
| committer | tb <> | 2024-07-20 18:37:38 +0000 |
| commit | aea3f73bd1458959d7328e6b91a2072e4e5f728d (patch) | |
| tree | 3a31a3b621c9ed2afedbebddef9339b022adb7bc /src/regress/lib/libssl/client/Makefile | |
| parent | 026ea65c83ed46dcfd89ada1f6250daa4fcc01b3 (diff) | |
| download | openbsd-aea3f73bd1458959d7328e6b91a2072e4e5f728d.tar.gz openbsd-aea3f73bd1458959d7328e6b91a2072e4e5f728d.tar.bz2 openbsd-aea3f73bd1458959d7328e6b91a2072e4e5f728d.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> |
