Skip to content

Commit 4fd0029

Browse files
committed
Enable MD5 when --enable-fortress is set
1 parent f33d1d6 commit 4fd0029

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5485,7 +5485,8 @@ if test "$ENABLED_WPAS" = "yes" || test "$ENABLED_HAPROXY" = "yes" || \
54855485
test "$ENABLED_KRB" = "yes" || test "$ENABLED_NETSNMP" = "yes" || \
54865486
test "$ENABLED_NGINX" = "yes" || test "$ENABLED_OPENSSH" = "yes" || \
54875487
test "$ENABLED_OPENSSLEXTRA" = "yes" || test "$ENABLED_OPENVPN" = "yes" || \
5488-
test "$ENABLED_TLSV10" = "yes" || test "$ENABLED_OLD_TLS" = "yes"
5488+
test "$ENABLED_TLSV10" = "yes" || test "$ENABLED_OLD_TLS" = "yes" || \
5489+
test "$ENABLED_FORTRESS" = "yes"
54895490
then
54905491
ENABLED_MD5=yes
54915492
fi

0 commit comments

Comments
 (0)