From 39cef87e43672e460eea9a569c6d071773a24611 Mon Sep 17 00:00:00 2001 From: Alex Lanzano Date: Wed, 25 Jun 2025 11:42:10 -0400 Subject: [PATCH] Enable MD5 when --enable-des3 is set --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 046c07dda..2bd72dee9 100644 --- a/configure.ac +++ b/configure.ac @@ -5486,7 +5486,8 @@ 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_LIGHTY" = "yes" + test "$ENABLED_FORTRESS" = "yes" || test "$ENABLED_LIGHTY" = "yes" || \ + test "$ENABLED_DES3" = "yes" then ENABLED_MD5=yes fi