From: tb Date: Wed, 24 May 2023 08:49:06 +0000 (+0000) Subject: Provide CRYPTO_INT for statically linking libcrypto for libssl regress X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=0cc069c764ee1321e73048a6493dcd783fd98e33;p=openbsd Provide CRYPTO_INT for statically linking libcrypto for libssl regress This will be needed for the ssl_verify_param test --- 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