You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configure.ac
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -805,7 +805,7 @@ then
805
805
# sp-math is incompatible with opensslextra, ECC custom curves, and DSA.
806
806
if test "$ENABLED_SP_MATH" = "no"
807
807
then
808
-
test "$enable_dsa" = "" && enable_dsa=yes
808
+
test "$enable_dsa" = "" && test "$enable_sha" != "no" && enable_dsa=yes
809
809
test "$enable_ecccustcurves" = "" && enable_ecccustcurves=yes
810
810
test "$enable_brainpool" = "" && enable_brainpool=yes
811
811
test "$enable_srp" = "" && enable_srp=yes
@@ -974,7 +974,7 @@ then
974
974
975
975
if test "$ENABLED_SP_MATH" = "no"
976
976
then
977
-
test "$enable_dsa" = "" && enable_dsa=yes
977
+
test "$enable_dsa" = "" && test "$enable_sha" != "no" && enable_dsa=yes
978
978
test "$enable_ecccustcurves" = "" && enable_ecccustcurves=yes
979
979
test "$enable_brainpool" = "" && enable_brainpool=yes
980
980
test "$enable_srp" = "" && enable_srp=yes
@@ -3585,7 +3585,7 @@ AC_ARG_ENABLE([dsa],
3585
3585
[ ENABLED_DSA=no ]
3586
3586
)
3587
3587
3588
-
if test "$enable_dsa" = ""
3588
+
if test "$enable_dsa" = "" && test "$enable_sha" != "no"
3589
3589
then
3590
3590
if (test "$ENABLED_OPENSSH" = "yes" && test "x$ENABLED_FIPS" = "xno") || test "$ENABLED_OPENVPN" = "yes" || test "$ENABLED_NGINX" = "yes" || test "$ENABLED_WPAS" = "yes" || test "$ENABLED_QT" = "yes" || test "$ENABLED_BIND" = "yes" || test "$ENABLED_LIBSSH2" = "yes" || test "$ENABLED_NTP" = "yes"
0 commit comments