From 4fd0029f1847be0bdd99f77171ca8b215cf7e217 Mon Sep 17 00:00:00 2001 From: Alex Lanzano Date: Wed, 25 Jun 2025 11:21:00 -0400 Subject: [PATCH] Enable MD5 when --enable-fortress is set --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0826aa20d..ee3cbe936 100644 --- a/configure.ac +++ b/configure.ac @@ -5485,7 +5485,8 @@ if test "$ENABLED_WPAS" = "yes" || test "$ENABLED_HAPROXY" = "yes" || \ test "$ENABLED_KRB" = "yes" || test "$ENABLED_NETSNMP" = "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_TLSV10" = "yes" || test "$ENABLED_OLD_TLS" = "yes" || \ + test "$ENABLED_FORTRESS" = "yes" then ENABLED_MD5=yes fi