mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
11 lines
262 B
Text
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
|