mirror of https://github.com/aria2/aria2
Only use AppleMessageDigest when using AppleTLS
parent
fa30fe4b15
commit
a1deb0e9f1
|
@ -434,7 +434,7 @@ if test "x$with_libcares" = "xyes"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
use_md=""
|
use_md=""
|
||||||
if test "x$have_osx" == "xyes"; then
|
if test "x$have_appletls" == "xyes"; then
|
||||||
use_md="apple"
|
use_md="apple"
|
||||||
AC_DEFINE([USE_APPLE_MD], [1], [What message digest implementation to use])
|
AC_DEFINE([USE_APPLE_MD], [1], [What message digest implementation to use])
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue