View | Details | Raw Unified | Return to bug 232131 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 232131