1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Provide CRYPTO_INT for statically linking libcrypto for libssl regress

This will be needed for the ssl_verify_param test
This commit is contained in:
tb 2023-05-24 08:49:06 +00:00
parent e51d4db3da
commit 0cc069c764

View 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 # Use this variable when the test needs internal symbols from libssl
SSL_INT= -Wl,-Bstatic -lssl -Wl,-Bdynamic SSL_INT= -Wl,-Bstatic -lssl -Wl,-Bdynamic