From 75629f002e3fb26ff3f79bbfe8f7472d132efd89 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Wed, 7 Dec 2016 18:10:14 -0800 Subject: [PATCH] ITS#8353 -- More for OpenSSL 1.1.0 compat --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]) -- 2.39.5