mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
Merge pull request #5990 from philljj/gcmstream_kcapi_errmsg
Don't allow aesgcm-stream option with kcapi
This commit is contained in:
@@ -2587,6 +2587,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"
|
||||
|
Reference in New Issue
Block a user