We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b10357 + 1270733 commit a08efc9Copy full SHA for a08efc9
configure.ac
@@ -1610,7 +1610,7 @@ then
1610
test "$enable_fpecc" = "" && enable_fpecc=yes
1611
test "$enable_supportedcurves" = "" && enable_supportedcurves=yes
1612
fi
1613
- test "$enabled_rng" != "no" && test "$enable_rng_bank" = "" && enable_rng_bank=yes
+ test "$enable_rng" != "no" && test "$enable_rng_bank" = "" && enable_rng_bank=yes
1614
if test "$ENABLED_FIPS" = "no" || test "$HAVE_FIPS_VERSION" -ge 6
1615
then
1616
test "$enable_aes" != "no" && test "$enable_aescfb" = "" && enable_aescfb=yes
0 commit comments