Skip to content

Commit 9ae2214

Browse files
committed
Enable MD5 when --enable-opensslall is set
1 parent 6bba48d commit 9ae2214

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
@@ -5487,7 +5487,8 @@ 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" || test "$ENABLED_BUMP" = "yes"
5490+
test "$ENABLED_DES3" = "yes" || test "$ENABLED_BUMP" = "yes" || \
5491+
test "$ENABLED_OPENSSLALL" = "yes"
54915492
then
54925493
ENABLED_MD5=yes
54935494
fi

0 commit comments

Comments
 (0)