mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
ITS#8353 -- More for OpenSSL 1.1.0 compat
This commit is contained in:
parent
cd140c12eb
commit
75629f002e
@ -1179,7 +1179,7 @@ if test $ol_with_tls = openssl || test $ol_with_tls = auto ; then
|
||||
AC_CHECK_HEADERS(openssl/ssl.h)
|
||||
|
||||
if test $ac_cv_header_openssl_ssl_h = yes ; then
|
||||
AC_CHECK_LIB(ssl, SSL_library_init,
|
||||
AC_CHECK_LIB(ssl, SSL_CTX_set_msg_callback,
|
||||
[have_openssl=yes
|
||||
need_rsaref=no], [have_openssl=no],
|
||||
[-lcrypto])
|
||||
|
Loading…
Reference in New Issue
Block a user