Merge pull request #7189 from philljj/fix_static_nomalloc_build

Fix WOLFSSL_NO_MALLOC build.
This commit is contained in:
Daniel Pouzzner
2024-01-31 18:46:48 -05:00
committed by GitHub

View File

@ -12556,7 +12556,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t aesgcm_test(void)
#else
byte large_input[BENCH_AESGCM_LARGE];
byte large_output[BENCH_AESGCM_LARGE];
byte large_output[BENCH_AESGCM_LARGE + AES_BLOCK_SIZE];
byte large_outdec[BENCH_AESGCM_LARGE];
#endif