Skip to content

Commit caaa4fb

Browse files
committed
Enable MD5 when --enable-lighty is set
1 parent 3e774f8 commit caaa4fb

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
@@ -5486,7 +5486,7 @@ if test "$ENABLED_WPAS" = "yes" || test "$ENABLED_HAPROXY" = "yes" || \
54865486
test "$ENABLED_NGINX" = "yes" || test "$ENABLED_OPENSSH" = "yes" || \
54875487
test "$ENABLED_OPENSSLEXTRA" = "yes" || test "$ENABLED_OPENVPN" = "yes" || \
54885488
test "$ENABLED_TLSV10" = "yes" || test "$ENABLED_OLD_TLS" = "yes" || \
5489-
test "$ENABLED_FORTRESS" = "yes"
5489+
test "$ENABLED_FORTRESS" = "yes" || test "$ENABLED_LIGHTY" = "yes"
54905490
then
54915491
ENABLED_MD5=yes
54925492
fi

0 commit comments

Comments
 (0)