We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b99b0 commit 7ddf208Copy full SHA for 7ddf208
1 file changed
wolfcrypt/test/test.c
@@ -12556,7 +12556,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t aesgcm_test(void)
12556
12557
#else
12558
byte large_input[BENCH_AESGCM_LARGE];
12559
- byte large_output[BENCH_AESGCM_LARGE];
+ byte large_output[BENCH_AESGCM_LARGE + AES_BLOCK_SIZE];
12560
byte large_outdec[BENCH_AESGCM_LARGE];
12561
#endif
12562
0 commit comments