فهرست منبع

Only use AppleMessageDigest when using AppleTLS

Nils Maier 12 سال پیش
والد
کامیت
a1deb0e9f1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -434,7 +434,7 @@ if test "x$with_libcares" = "xyes"; then
 fi
 
 use_md=""
-if test "x$have_osx" == "xyes"; then
+if test "x$have_appletls" == "xyes"; then
   use_md="apple"
   AC_DEFINE([USE_APPLE_MD], [1], [What message digest implementation to use])
 else