Skip to content

Commit 39cef87

Browse files
committed
Enable MD5 when --enable-des3 is set
1 parent caaa4fb commit 39cef87

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
@@ -5486,7 +5486,8 @@ 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" || test "$ENABLED_LIGHTY" = "yes"
5489+
test "$ENABLED_FORTRESS" = "yes" || test "$ENABLED_LIGHTY" = "yes" || \
5490+
test "$ENABLED_DES3" = "yes"
54905491
then
54915492
ENABLED_MD5=yes
54925493
fi

0 commit comments

Comments
 (0)