summaryrefslogtreecommitdiff
path: root/src/regress/lib
diff options
context:
space:
mode:
authortb <>2023-05-24 08:49:06 +0000
committertb <>2023-05-24 08:49:06 +0000
commit6ba3c246f09904342136fa7405a22d78b3db14ae (patch)
tree45bf627bbde04194f0e42c88ae4732d45910661a /src/regress/lib
parent090718e4047f15051f18fefe10308c1bdc698039 (diff)
downloadopenbsd-6ba3c246f09904342136fa7405a22d78b3db14ae.tar.gz
openbsd-6ba3c246f09904342136fa7405a22d78b3db14ae.tar.bz2
openbsd-6ba3c246f09904342136fa7405a22d78b3db14ae.zip
Provide CRYPTO_INT for statically linking libcrypto for libssl regress
This will be needed for the ssl_verify_param test
Diffstat (limited to 'src/regress/lib')
-rw-r--r--src/regress/lib/libssl/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
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 @@
1# Use this variable when the test needs internal symbols from libcrypto
2CRYPTO_INT= -Wl,-Bstatic -lcrypto -Wl,-Bdynamic
1# Use this variable when the test needs internal symbols from libssl 3# Use this variable when the test needs internal symbols from libssl
2SSL_INT= -Wl,-Bstatic -lssl -Wl,-Bdynamic 4SSL_INT= -Wl,-Bstatic -lssl -Wl,-Bdynamic