summaryrefslogtreecommitdiffstats
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rwxr-xr-xconfigure.sh26
1 files changed, 13 insertions, 13 deletions
diff --git a/configure.sh b/configure.sh
index 00da71f..05ff8fd 100755
--- a/configure.sh
+++ b/configure.sh
@@ -7771,9 +7771,9 @@ if test x"$enable_openssl" != x"no"; then
if test x"$ac_cv_header_openssl_md4_h" = x"yes" && test x"$ac_cv_header_openssl_md5_h" = x"yes"; then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing MD5_Init" >&5
-printf %s "checking for library containing MD5_Init... " >&6; }
-if test ${ac_cv_search_MD5_Init+y}
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing EVP_MD_CTX_copy" >&5
+printf %s "checking for library containing EVP_MD_CTX_copy... " >&6; }
+if test ${ac_cv_search_EVP_MD_CTX_copy+y}
then :
printf %s "(cached) " >&6
else $as_nop
@@ -7784,11 +7784,11 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
-char MD5_Init ();
+char EVP_MD_CTX_copy ();
int
main (void)
{
-return MD5_Init ();
+return EVP_MD_CTX_copy ();
;
return 0;
}
@@ -7803,27 +7803,27 @@ do
fi
if ac_fn_c_try_link "$LINENO"
then :
- ac_cv_search_MD5_Init=$ac_res
+ ac_cv_search_EVP_MD_CTX_copy=$ac_res
fi
rm -f core conftest.err conftest.$ac_objext conftest.beam \
conftest$ac_exeext
- if test ${ac_cv_search_MD5_Init+y}
+ if test ${ac_cv_search_EVP_MD_CTX_copy+y}
then :
break
fi
done
-if test ${ac_cv_search_MD5_Init+y}
+if test ${ac_cv_search_EVP_MD_CTX_copy+y}
then :
else $as_nop
- ac_cv_search_MD5_Init=no
+ ac_cv_search_EVP_MD_CTX_copy=no
fi
rm conftest.$ac_ext
LIBS=$ac_func_search_save_LIBS
fi
-{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_MD5_Init" >&5
-printf "%s\n" "$ac_cv_search_MD5_Init" >&6; }
-ac_res=$ac_cv_search_MD5_Init
+{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_EVP_MD_CTX_copy" >&5
+printf "%s\n" "$ac_cv_search_EVP_MD_CTX_copy" >&6; }
+ac_res=$ac_cv_search_EVP_MD_CTX_copy
if test "$ac_res" != no
then :
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
@@ -7831,7 +7831,7 @@ then :
enable_openssl=yes
else $as_nop
- 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.";
no_lib="$no_lib openssl"
fi