Enable MD5 when --enable-lighty is set

This commit is contained in:
Alex Lanzano
2025-06-25 11:35:35 -04:00
parent 3e774f8074
commit caaa4fbc5d

View File

@@ -5486,7 +5486,7 @@ if test "$ENABLED_WPAS" = "yes" || test "$ENABLED_HAPROXY" = "yes" || \
test "$ENABLED_NGINX" = "yes" || test "$ENABLED_OPENSSH" = "yes" || \
test "$ENABLED_OPENSSLEXTRA" = "yes" || test "$ENABLED_OPENVPN" = "yes" || \
test "$ENABLED_TLSV10" = "yes" || test "$ENABLED_OLD_TLS" = "yes" || \
test "$ENABLED_FORTRESS" = "yes"
test "$ENABLED_FORTRESS" = "yes" || test "$ENABLED_LIGHTY" = "yes"
then
ENABLED_MD5=yes
fi