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