From 6ba3c246f09904342136fa7405a22d78b3db14ae Mon Sep 17 00:00:00 2001 From: tb <> Date: Wed, 24 May 2023 08:49:06 +0000 Subject: Provide CRYPTO_INT for statically linking libcrypto for libssl regress This will be needed for the ssl_verify_param test --- src/regress/lib/libssl/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/regress/lib/libssl/Makefile.inc b/src/regress/lib/libssl/Makefile.inc index a8880845e9..cc8ad18394 100644 --- a/src/regress/lib/libssl/Makefile.inc +++ b/src/regress/lib/libssl/Makefile.inc @@ -1,2 +1,4 @@ +# Use this variable when the test needs internal symbols from libcrypto +CRYPTO_INT= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic # Use this variable when the test needs internal symbols from libssl SSL_INT= -Wl,-Bstatic -lssl -Wl,-Bdynamic -- cgit v1.2.3-55-g6feb