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-Url: https://git.sur5r.net/?a=commitdiff_plain;h=75629f002e3fb26ff3f79bbfe8f7472d132efd89;p=openldap ITS#8353 -- More for OpenSSL 1.1.0 compat --- diff --git a/configure.in b/configure.in index 97a7d8d69c..d2c70b6aa2 100644 --- a/configure.in +++ b/configure.in @@ -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])