diff options
| author | tb <> | 2023-04-23 18:59:41 +0000 |
|---|---|---|
| committer | tb <> | 2023-04-23 18:59:41 +0000 |
| commit | aedbb67da548df0585f48b0c49d758c2366fea7f (patch) | |
| tree | 8e2ef0fc4362e087ab7be216976b0cd6db4b81a4 /src/regress/lib/libssl/client/Makefile | |
| parent | fb7a7adad4b566192144a21e4c93b739671b0cae (diff) | |
| download | openbsd-aedbb67da548df0585f48b0c49d758c2366fea7f.tar.gz openbsd-aedbb67da548df0585f48b0c49d758c2366fea7f.tar.bz2 openbsd-aedbb67da548df0585f48b0c49d758c2366fea7f.zip | |
Fix the client test and the tlsext test to work with randomized
TLS extensions (this involves unrandomizing the extension order
for the tests that rely on golden numbers.
Diffstat (limited to 'src/regress/lib/libssl/client/Makefile')
| -rw-r--r-- | src/regress/lib/libssl/client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/client/Makefile b/src/regress/lib/libssl/client/Makefile index 5a54f80914..c8a05690a0 100644 --- a/src/regress/lib/libssl/client/Makefile +++ b/src/regress/lib/libssl/client/Makefile | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.3 2021/08/30 17:34:01 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.4 2023/04/23 18:59:41 tb Exp $ |
| 2 | 2 | ||
| 3 | PROG= clienttest | 3 | PROG= clienttest |
| 4 | LDADD= -lssl -lcrypto | 4 | LDADD= ${SSL_INT} -lcrypto |
| 5 | DPADD= ${LIBSSL} ${LIBCRYPTO} | 5 | DPADD= ${LIBSSL} ${LIBCRYPTO} |
| 6 | WARNINGS= Yes | 6 | WARNINGS= Yes |
| 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror | 7 | CFLAGS+= -DLIBRESSL_INTERNAL -Werror |
