mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Fix for --disable-aes without --disable-aesgcm
This commit is contained in:
@ -3676,7 +3676,7 @@ then
|
||||
then
|
||||
AC_MSG_ERROR([cannot enable eccencrypt and hkdf without aes.])
|
||||
fi
|
||||
if test "$ENABLED_AESGCM" = "yes"
|
||||
if test "$ENABLED_AESGCM" != "no"
|
||||
then
|
||||
AC_MSG_ERROR([AESGCM requires AES.])
|
||||
fi
|
||||
|
Reference in New Issue
Block a user