Skip to content

Commit 33abaca

Browse files
committed
Fix test for AESGC_STREAM
1 parent 54e8e80 commit 33abaca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/api/test_evp_cipher.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2723,7 +2723,8 @@ int test_evp_cipher_aead_aad_overflow(void)
27232723
{
27242724
EXPECT_DECLS;
27252725
#if defined(OPENSSL_EXTRA) && !defined(NO_AES) && defined(HAVE_AESGCM) && \
2726-
defined(WOLFSSL_AES_256) && !defined(HAVE_SELFTEST) && !defined(HAVE_FIPS)
2726+
defined(WOLFSSL_AES_256) && !defined(HAVE_SELFTEST) && !defined(HAVE_FIPS) && \
2727+
!defined(WOLFSSL_AESGCM_STREAM)
27272728

27282729
WOLFSSL_EVP_CIPHER_CTX *ctx = NULL;
27292730
byte key[32] = {0};

0 commit comments

Comments
 (0)