Skip to content

Commit 04470fa

Browse files
committed
Avoid unused variable errors in aesgcm_non12iv_test
1 parent 497ed98 commit 04470fa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wolfcrypt/test/test.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19220,6 +19220,8 @@ static wc_test_ret_t aesgcm_stream_test(Aes* enc)
1922019220
static wc_test_ret_t aesgcm_non12iv_test(Aes* enc, Aes* dec)
1922119221
{
1922219222
wc_test_ret_t ret = 0;
19223+
(void)enc;
19224+
(void)dec;
1922319225
#ifdef ENABLE_NON_12BYTE_IV_TEST
1922419226
WOLFSSL_SMALL_STACK_STATIC const byte p[] =
1922519227
{

0 commit comments

Comments
 (0)