mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Enable MD5 when --enable-opensslall is set
This commit is contained in:
@@ -5487,7 +5487,8 @@ if test "$ENABLED_WPAS" = "yes" || test "$ENABLED_HAPROXY" = "yes" || \
|
||||
test "$ENABLED_OPENSSLEXTRA" = "yes" || test "$ENABLED_OPENVPN" = "yes" || \
|
||||
test "$ENABLED_TLSV10" = "yes" || test "$ENABLED_OLD_TLS" = "yes" || \
|
||||
test "$ENABLED_FORTRESS" = "yes" || test "$ENABLED_LIGHTY" = "yes" || \
|
||||
test "$ENABLED_DES3" = "yes" || test "$ENABLED_BUMP" = "yes"
|
||||
test "$ENABLED_DES3" = "yes" || test "$ENABLED_BUMP" = "yes" || \
|
||||
test "$ENABLED_OPENSSLALL" = "yes"
|
||||
then
|
||||
ENABLED_MD5=yes
|
||||
fi
|
||||
|
Reference in New Issue
Block a user