diff options
author | tb <> | 2023-05-24 08:49:06 +0000 |
---|---|---|
committer | tb <> | 2023-05-24 08:49:06 +0000 |
commit | 6ba3c246f09904342136fa7405a22d78b3db14ae (patch) | |
tree | 45bf627bbde04194f0e42c88ae4732d45910661a /src/regress/lib | |
parent | 090718e4047f15051f18fefe10308c1bdc698039 (diff) | |
download | openbsd-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.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 |