aboutsummaryrefslogtreecommitdiffstats
path: root/mail/fdm/files/patch-configure.ac
blob: 88aae8012f634ba7179b63d2b11c71b5081ffe77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.ac.orig	2018-10-09 21:50:40 UTC
+++ configure.ac
@@ -83,7 +83,7 @@ if test "x$found_libcrypto" = xno; then
 	AC_MSG_ERROR("libcrypto not found")
 fi
 AC_SEARCH_LIBS(
-	SSL_library_init,
+	SSL_CTX_new,
 	[ssl],
 	found_libssl=yes,
 	found_libssl=no