diff options
author | tb <> | 2023-05-24 08:49:06 +0000 |
---|---|---|
committer | tb <> | 2023-05-24 08:49:06 +0000 |
commit | c30d8915b92324dbd7b7e4ae1afec4b16a034358 (patch) | |
tree | 45bf627bbde04194f0e42c88ae4732d45910661a /src | |
parent | 56ed6e40d9d9c7905b788e788884d3c7302807cc (diff) | |
download | openbsd-c30d8915b92324dbd7b7e4ae1afec4b16a034358.tar.gz openbsd-c30d8915b92324dbd7b7e4ae1afec4b16a034358.tar.bz2 openbsd-c30d8915b92324dbd7b7e4ae1afec4b16a034358.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')
-rw-r--r-- | src/regress/lib/libssl/Makefile.inc | 2 |
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 | ||
2 | CRYPTO_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 |
2 | SSL_INT= -Wl,-Bstatic -lssl -Wl,-Bdynamic | 4 | SSL_INT= -Wl,-Bstatic -lssl -Wl,-Bdynamic |