1
0
Fork 0

Openssl: search for a function we actually use (CRYPTO_num_locks) CRYPTO_get_ex_data is deprecated on modern systems.

This commit is contained in:
Willi Goesgens 2015-03-09 19:01:37 +01:00
parent 8b544c3aea
commit 8926e139ed
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ dnl ----------------------------------------------------------------------------
AC_CHECK_HEADERS([openssl/ssl.h])
AC_CHECK_LIB([crypto], [CRYPTO_get_ex_data],
AC_CHECK_LIB([crypto], [CRYPTO_num_locks],
OPENSSL_LIBS="-lcrypto $OPENSSL_LIBS",
AC_MSG_ERROR([please install the OpenSSL library]),
[-lz $LIBS])