mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 12:30:54 +02:00
configure.ac: exclude AES-EAX from --enable-all-crypto when --enable-afalg.
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user