We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27feda0 commit 556a2c5Copy full SHA for 556a2c5
configure.ac
@@ -432,10 +432,10 @@ AH_TEMPLATE([USE_OPENSSL],
432
if test x"$enable_openssl" != x"no"; then
433
if test x"$ac_cv_header_openssl_md4_h" = x"yes" && test x"$ac_cv_header_openssl_md5_h" = x"yes"; then
434
AC_MSG_RESULT(yes)
435
- AC_SEARCH_LIBS(MD5_Init, crypto,
+ AC_SEARCH_LIBS(EVP_MD_CTX_copy, crypto,
436
[AC_DEFINE(USE_OPENSSL)
437
enable_openssl=yes],
438
- [err_msg="$err_msg$nl- Failed to find MD5_Init function in openssl crypto lib.";
+ [err_msg="$err_msg$nl- Failed to find EVP_MD_CTX_copy function in openssl crypto lib.";
439
no_lib="$no_lib openssl"])
440
else
441
AC_MSG_RESULT(no)
0 commit comments