mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
wolfcrypt/test/test.c: add missing gating for -DBENCH_EMBEDDED.
This commit is contained in:
@ -9041,12 +9041,14 @@ static int aesgcm_test(void)
|
||||
|
||||
out:
|
||||
|
||||
#if !defined(BENCH_EMBEDDED)
|
||||
if (large_input)
|
||||
XFREE(large_input, NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
||||
if (large_output)
|
||||
XFREE(large_output, NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
||||
if (large_outdec)
|
||||
XFREE(large_outdec, NULL, DYNAMIC_TYPE_TMP_BUFFER);
|
||||
#endif
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user