Codebase list fdm / 070cee8
Look for OPENSSL_init_ssl, from Tomasz Miasko. Nicholas Marriott 7 years ago
1 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
9292 AC_MSG_ERROR("libcrypto not found")
9393 fi
9494 AC_SEARCH_LIBS(
95 SSL_library_init,
95 OPENSSL_init_ssl,
9696 [ssl],
9797 found_libssl=yes,
9898 found_libssl=no
99 )
100 AC_SEARCH_LIBS(
101 SSL_library_init,
102 [ssl],
103 found_libssl=yes
99104 )
100105 if test "x$found_libssl" = xno; then
101106 AC_MSG_ERROR("libssl not found")