Don't allow aesgcm-stream option with kcapi

pull/5990/head
jordan 2023-01-19 10:54:48 -06:00
parent e1d9b37f84
commit 04383bfb34
1 changed files with 5 additions and 0 deletions

View File

@ -2567,6 +2567,11 @@ then
then
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_AES_DIRECT"
fi
if test "$ENABLED_AESGCM_STREAM" = "yes"
then
AC_MSG_ERROR([--enable-aesgcm-stream is incompatible with --enable-kcapi.])
fi
fi
if test "$ENABLED_KCAPI_RSA" = "yes"