Fix for --disable-aes without --disable-aesgcm

This commit is contained in:
Lealem Amedie
2022-07-18 10:26:20 -07:00
parent 218ab7e396
commit cee9f9a871

View File

@ -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