From 6bba48d89c6b0f34060af8ae22716daa842705fd Mon Sep 17 00:00:00 2001 From: Alex Lanzano Date: Wed, 25 Jun 2025 11:47:04 -0400 Subject: [PATCH] Enable MD5 when --enabled-bump is set --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2bd72dee9..0ce52f639 100644 --- a/configure.ac +++ b/configure.ac @@ -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