Provide CRYPTO_INT for statically linking libcrypto for libssl regress
authortb <tb@openbsd.org>
Wed, 24 May 2023 08:49:06 +0000 (08:49 +0000)
committertb <tb@openbsd.org>
Wed, 24 May 2023 08:49:06 +0000 (08:49 +0000)
This will be needed for the ssl_verify_param test

regress/lib/libssl/Makefile.inc

index a888084..cc8ad18 100644 (file)
@@ -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