Skip to content

Commit 6bba48d

Browse files
committed
Enable MD5 when --enabled-bump is set
1 parent 39cef87 commit 6bba48d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5487,7 +5487,7 @@ if test "$ENABLED_WPAS" = "yes" || test "$ENABLED_HAPROXY" = "yes" || \
54875487
test "$ENABLED_OPENSSLEXTRA" = "yes" || test "$ENABLED_OPENVPN" = "yes" || \
54885488
test "$ENABLED_TLSV10" = "yes" || test "$ENABLED_OLD_TLS" = "yes" || \
54895489
test "$ENABLED_FORTRESS" = "yes" || test "$ENABLED_LIGHTY" = "yes" || \
5490-
test "$ENABLED_DES3" = "yes"
5490+
test "$ENABLED_DES3" = "yes" || test "$ENABLED_BUMP" = "yes"
54915491
then
54925492
ENABLED_MD5=yes
54935493
fi

0 commit comments

Comments
 (0)