Enable MD5 when --enabled-bump is set

pull/8895/head
Alex Lanzano 2025-06-25 11:47:04 -04:00
parent 39cef87e43
commit 6bba48d89c
1 changed files with 1 additions and 1 deletions

View File

@ -5487,7 +5487,7 @@ 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_DES3" = "yes" || test "$ENABLED_BUMP" = "yes"
then
ENABLED_MD5=yes
fi