We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4b9ac4 + 51540a0 commit 121387aCopy full SHA for 121387a
1 file changed
wolfcrypt/test/test.c
@@ -19521,10 +19521,9 @@ static wc_test_ret_t aesgcm_non12iv_test(Aes* enc, Aes* dec)
19521
XFREE(large_output, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
19522
XFREE(large_outdec, HEAP_HINT, DYNAMIC_TYPE_TMP_BUFFER);
19523
#endif
19524
-#else
+#endif /* ENABLE_NON_12BYTE_IV_TEST */
19525
(void)enc;
19526
(void)dec;
19527
-#endif /* ENABLE_NON_12BYTE_IV_TEST */
19528
return ret;
19529
}
19530
0 commit comments