We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54e8e80 commit 33abacaCopy full SHA for 33abaca
tests/api/test_evp_cipher.c
@@ -2723,7 +2723,8 @@ int test_evp_cipher_aead_aad_overflow(void)
2723
{
2724
EXPECT_DECLS;
2725
#if defined(OPENSSL_EXTRA) && !defined(NO_AES) && defined(HAVE_AESGCM) && \
2726
- defined(WOLFSSL_AES_256) && !defined(HAVE_SELFTEST) && !defined(HAVE_FIPS)
+ defined(WOLFSSL_AES_256) && !defined(HAVE_SELFTEST) && !defined(HAVE_FIPS) && \
2727
+ !defined(WOLFSSL_AESGCM_STREAM)
2728
2729
WOLFSSL_EVP_CIPHER_CTX *ctx = NULL;
2730
byte key[32] = {0};
0 commit comments