Skip to content

Commit 31e422f

Browse files
committed
Enable MD5 if configured with --enable-bump
1 parent 641f4d4 commit 31e422f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5424,7 +5424,8 @@ if test "$ENABLED_WPAS" = "yes" || test "$ENABLED_HAPROXY" = "yes" || \
54245424
test "$ENABLED_KRB" = "yes" || test "$ENABLED_NETSNMP" = "yes" || \
54255425
test "$ENABLED_NGINX" = "yes" || test "$ENABLED_OPENSSH" = "yes" || \
54265426
test "$ENABLED_OPENSSLEXTRA" = "yes" || test "$ENABLED_OPENVPN" = "yes" || \
5427-
test "$ENABLED_TLSV10" = "yes" || test "$ENABLED_OLD_TLS" = "yes"
5427+
test "$ENABLED_TLSV10" = "yes" || test "$ENABLED_OLD_TLS" = "yes" || \
5428+
test "$ENABLED_BUMP" = "yes"
54285429
then
54295430
ENABLED_MD5=yes
54305431
fi

0 commit comments

Comments
 (0)