Only use AppleMessageDigest when using AppleTLS

pull/128/merge
Nils Maier 2013-09-20 07:56:03 +02:00
parent fa30fe4b15
commit a1deb0e9f1
1 changed files with 1 additions and 1 deletions

View File

@ -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