]> git.sur5r.net Git - openldap/blobdiff - configure.in
ITS#8538 - Update information on the interval keyword, as it affects refreshAndPersis...
[openldap] / 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])