blob: cc8ad1839473c2b4d689709d966d212d2ed4b246 (
plain)
1
2
3
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
|