configure.ac: exclude AES-EAX from --enable-all-crypto when --enable-afalg.

This commit is contained in:
Daniel Pouzzner
2026-04-14 23:08:26 -05:00
parent 96199467f9
commit 1df26161a7
+2 -1
View File
@@ -1546,7 +1546,8 @@ then
test "$enable_ed448" = "" && enable_ed448=yes
test "$enable_ed448_stream" = "" && test "$enable_ed448" != "no" && enable_ed448_stream=yes
test "$enable_aessiv" = "" && enable_aessiv=yes
test "$enable_aeseax" = "" && enable_aeseax=yes
# AFALG lacks AES-EAX
test "$enable_aeseax" = "" && test "$enable_afalg" != "yes" && enable_aeseax=yes
if test "$KERNEL_MODE_DEFAULTS" != "yes"
then