We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3064d72 + 7ddf208 commit 1fda249Copy full SHA for 1fda249
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