stunnel 5.36 requires des3. Enable by default

pull/585/head
Nickolas Lapp 2016-10-05 13:17:26 -06:00
parent 69483366fb
commit 4181b744ab
1 changed files with 6 additions and 0 deletions

View File

@ -2274,6 +2274,12 @@ then
AM_CONDITIONAL([BUILD_CRL], [test "x$ENABLED_CRL" = "xyes"])
fi
# Requires DES3, make sure on
if test "x$ENABLED_DES3" = "xno"
then
ENABLED_DES3="yes"
fi
# Requires tlsx, make sure on
if test "x$ENABLED_TLSX" = "xno"
then