Blob Blame History Raw
From 219cd1a045f69db8fe7bf192df506a97263a4c54 Mon Sep 17 00:00:00 2001
From: Mattias Ellert <mattias.ellert@physics.uu.se>
Date: Fri, 19 Aug 2016 17:06:06 +0200
Subject: [PATCH 3/3] Make configure work with openssl 1.1.0

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8071c3d..050feba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_CHECK_HEADERS([openssl/err.h], [], [nossl=1])
 if test "${nossl}" != "0" ; then
 AC_MSG_RESULT([Disabling ssl plugin as header files not found.])
 else
-AC_CHECK_LIB(ssl,SSL_library_init,[
+AC_CHECK_LIB(ssl,SSL_write,[
 SSL_LIBS="-lssl"
 ],[
 nossl=1
-- 
2.7.4