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:
parent
e51d4db3da
commit
0cc069c764
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user