Skip to content

Commit 1fda249

Browse files
authored
Merge pull request #7189 from philljj/fix_static_nomalloc_build
Fix WOLFSSL_NO_MALLOC build.
2 parents 3064d72 + 7ddf208 commit 1fda249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/test/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12556,7 +12556,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t aesgcm_test(void)
1255612556

1255712557
#else
1255812558
byte large_input[BENCH_AESGCM_LARGE];
12559-
byte large_output[BENCH_AESGCM_LARGE];
12559+
byte large_output[BENCH_AESGCM_LARGE + AES_BLOCK_SIZE];
1256012560
byte large_outdec[BENCH_AESGCM_LARGE];
1256112561
#endif
1256212562

0 commit comments

Comments
 (0)