forked from wolfSSL/wolfssl
Merge pull request #7189 from philljj/fix_static_nomalloc_build
Fix WOLFSSL_NO_MALLOC build.
This commit is contained in:
@ -12556,7 +12556,7 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t aesgcm_test(void)
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
byte large_input[BENCH_AESGCM_LARGE];
|
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];
|
byte large_outdec[BENCH_AESGCM_LARGE];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user