From: Quanah Gibson-Mount Date: Thu, 8 Dec 2016 02:10:14 +0000 (-0800) Subject: ITS#8353 -- More for OpenSSL 1.1.0 compat X-Git-Tag: OPENLDAP_REL_ENG_2_4_45~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0f20247069b6128e0083c475d6c87df907cb6ec;p=thirdparty%2Fopenldap.git ITS#8353 -- More for OpenSSL 1.1.0 compat --- diff --git a/configure.in b/configure.in index 92de4e0c6b..1d890c0e9e 100644 --- a/configure.in +++ b/configure.in @@ -1165,7 +1165,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])