]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
ITS#8353 -- More for OpenSSL 1.1.0 compat
authorQuanah Gibson-Mount <quanah@openldap.org>
Thu, 8 Dec 2016 02:10:14 +0000 (18:10 -0800)
committerQuanah Gibson-Mount <quanah@openldap.org>
Thu, 8 Dec 2016 17:06:17 +0000 (09:06 -0800)
configure.in

index 92de4e0c6b47b1e86946bc89185ac07f46bfc5e4..1d890c0e9e803aa5e0cf51a1d63ad69fb1670555 100644 (file)
@@ -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])