ports/mail/fdm/files/patch-configure.ac
Dirk Meyer 47266f8906 - fix OpenSSL 1.1.x build
PR:		232131
Submitted by:	Nathan
2018-10-10 06:09:47 +00:00

11 lines
262 B
Text

--- 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