]> git.sur5r.net Git - openldap/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 02:10:14 +0000 (18:10 -0800)
configure.in

index 97a7d8d69c5231a056a85cedd1c591b0c2e46daa..d2c70b6aa2cba2ecdf932791d60209025b44caa6 100644 (file)
@@ -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])