Skip to content

Commit 121387a

Browse files
authored
Merge pull request #10479 from padelsbach/aesgcm-unused-vars
Avoid unused variable errors in aesgcm_non12iv_test
2 parents e4b9ac4 + 51540a0 commit 121387a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

wolfcrypt/test/test.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19521,10 +19521,9 @@ static wc_test_ret_t aesgcm_non12iv_test(Aes* enc, Aes* dec)
1952119521
XFREE(large_output, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
1952219522
XFREE(large_outdec, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
1952319523
#endif
19524-
#else
19524+
#endif /* ENABLE_NON_12BYTE_IV_TEST */
1952519525
(void)enc;
1952619526
(void)dec;
19527-
#endif /* ENABLE_NON_12BYTE_IV_TEST */
1952819527
return ret;
1952919528
}
1953019529

0 commit comments

Comments
 (0)