From aedbb67da548df0585f48b0c49d758c2366fea7f Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 23 Apr 2023 18:59:41 +0000 Subject: 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. --- src/regress/lib/libssl/client/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/regress/lib/libssl/client/Makefile') 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 @@ -# $OpenBSD: Makefile,v 1.3 2021/08/30 17:34:01 tb Exp $ +# $OpenBSD: Makefile,v 1.4 2023/04/23 18:59:41 tb Exp $ PROG= clienttest -LDADD= -lssl -lcrypto +LDADD= ${SSL_INT} -lcrypto DPADD= ${LIBSSL} ${LIBCRYPTO} WARNINGS= Yes CFLAGS+= -DLIBRESSL_INTERNAL -Werror -- cgit v1.2.3-55-g6feb