From 0cc069c764ee1321e73048a6493dcd783fd98e33 Mon Sep 17 00:00:00 2001 From: tb Date: Wed, 24 May 2023 08:49:06 +0000 Subject: [PATCH] Provide CRYPTO_INT for statically linking libcrypto for libssl regress This will be needed for the ssl_verify_param test --- regress/lib/libssl/Makefile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regress/lib/libssl/Makefile.inc b/regress/lib/libssl/Makefile.inc index a8880845e96..cc8ad183947 100644 --- a/regress/lib/libssl/Makefile.inc +++ b/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 -- 2.20.1