mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-05 14:20:49 +02:00
Fix test for AESGC_STREAM
This commit is contained in:
@@ -2723,7 +2723,8 @@ int test_evp_cipher_aead_aad_overflow(void)
|
||||
{
|
||||
EXPECT_DECLS;
|
||||
#if defined(OPENSSL_EXTRA) && !defined(NO_AES) && defined(HAVE_AESGCM) && \
|
||||
defined(WOLFSSL_AES_256) && !defined(HAVE_SELFTEST) && !defined(HAVE_FIPS)
|
||||
defined(WOLFSSL_AES_256) && !defined(HAVE_SELFTEST) && !defined(HAVE_FIPS) && \
|
||||
!defined(WOLFSSL_AESGCM_STREAM)
|
||||
|
||||
WOLFSSL_EVP_CIPHER_CTX *ctx = NULL;
|
||||
byte key[32] = {0};
|
||||
|
||||
Reference in New Issue
Block a user