We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e45f9 commit 43ffd5eCopy full SHA for 43ffd5e
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