From d0f20247069b6128e0083c475d6c87df907cb6ec 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 92de4e0c6b..1d890c0e9e 100644 --- a/configure.in +++ b/configure.in @@ -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]) -- 2.39.5