We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f587872 + 7a89451 commit d18b4b2Copy full SHA for d18b4b2
1 file changed
wolfcrypt/test/test.c
@@ -4863,6 +4863,9 @@ WOLFSSL_TEST_SUBROUTINE wc_test_ret_t sha256_test(void)
4863
#endif
4864
4865
XMEMSET(&shaCopy, 0, sizeof(shaCopy));
4866
+#ifndef NO_WOLFSSL_SHA256_INTERLEAVE
4867
+ XMEMSET(&i_shaCopy, 0, sizeof(i_shaCopy));
4868
+#endif
4869
4870
for (i = 0; i < times; ++i) {
4871
ret = wc_Sha256Update(&sha, (byte*)test_sha[i].input,
0 commit comments