forked from wolfSSL/wolfssl
fortress relies on aes disallowed pair
This commit is contained in:
@ -1000,6 +1000,10 @@ AC_ARG_ENABLE([aes],
|
|||||||
if test "$ENABLED_AES" = "no"
|
if test "$ENABLED_AES" = "no"
|
||||||
then
|
then
|
||||||
AM_CFLAGS="$AM_CFLAGS -DNO_AES"
|
AM_CFLAGS="$AM_CFLAGS -DNO_AES"
|
||||||
|
if test "$ENABLED_FORTRESS" = "yes"
|
||||||
|
then
|
||||||
|
AC_MSG_ERROR([fortress requires aes])
|
||||||
|
fi
|
||||||
if test "$ENABLED_ECC_ENCRYPT" = "yes"
|
if test "$ENABLED_ECC_ENCRYPT" = "yes"
|
||||||
then
|
then
|
||||||
AC_MSG_ERROR([cannot enable eccencrypt and hkdf without aes.])
|
AC_MSG_ERROR([cannot enable eccencrypt and hkdf without aes.])
|
||||||
|
Reference in New Issue
Block a user