We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bba48d commit 7918274Copy full SHA for 7918274
configure.ac
@@ -5487,7 +5487,9 @@ if test "$ENABLED_WPAS" = "yes" || test "$ENABLED_HAPROXY" = "yes" || \
5487
test "$ENABLED_OPENSSLEXTRA" = "yes" || test "$ENABLED_OPENVPN" = "yes" || \
5488
test "$ENABLED_TLSV10" = "yes" || test "$ENABLED_OLD_TLS" = "yes" || \
5489
test "$ENABLED_FORTRESS" = "yes" || test "$ENABLED_LIGHTY" = "yes" || \
5490
- test "$ENABLED_DES3" = "yes" || test "$ENABLED_BUMP" = "yes"
+ test "$ENABLED_DES3" = "yes" || test "$ENABLED_BUMP" = "yes" || \
5491
+ (test "$FIPS_VERSION" = "v2" && test "$ENABLED_OPENSSLALL" = "yes") || \
5492
+ (test "$FIPS_VERSION" = "ready" && test "$ENABLED_OPENSSLALL" = "yes")
5493
then
5494
ENABLED_MD5=yes
5495
fi
0 commit comments