forked from wolfSSL/wolfssl
stunnel 5.36 requires des3. Enable by default
This commit is contained in:
@ -2274,6 +2274,12 @@ then
|
|||||||
AM_CONDITIONAL([BUILD_CRL], [test "x$ENABLED_CRL" = "xyes"])
|
AM_CONDITIONAL([BUILD_CRL], [test "x$ENABLED_CRL" = "xyes"])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Requires DES3, make sure on
|
||||||
|
if test "x$ENABLED_DES3" = "xno"
|
||||||
|
then
|
||||||
|
ENABLED_DES3="yes"
|
||||||
|
fi
|
||||||
|
|
||||||
# Requires tlsx, make sure on
|
# Requires tlsx, make sure on
|
||||||
if test "x$ENABLED_TLSX" = "xno"
|
if test "x$ENABLED_TLSX" = "xno"
|
||||||
then
|
then
|
||||||
|
Reference in New Issue
Block a user