Merge pull request #5990 from philljj/gcmstream_kcapi_errmsg

Don't allow aesgcm-stream option with kcapi
This commit is contained in:
David Garske
2023-01-19 12:00:36 -08:00
committed by GitHub

View File

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