forked from wolfSSL/wolfssl
wolfcrypt/src/sha256.c: undo c801de9d23c2f3348b84fdb8d893f81e6c3c2849 (dgarske has better&correct fix in 76e1760f915934bdc4911f3ae41abe6803ae094a).
This commit is contained in:
@ -201,9 +201,6 @@ static int InitSha256(wc_Sha256* sha256)
|
|||||||
sha256->buffLen = 0;
|
sha256->buffLen = 0;
|
||||||
sha256->loLen = 0;
|
sha256->loLen = 0;
|
||||||
sha256->hiLen = 0;
|
sha256->hiLen = 0;
|
||||||
#ifdef WOLFSSL_SMALL_STACK_CACHE
|
|
||||||
sha256->W = NULL;
|
|
||||||
#endif
|
|
||||||
#if defined(WOLFSSL_HASH_FLAGS) || defined(WOLF_CRYPTO_CB)
|
#if defined(WOLFSSL_HASH_FLAGS) || defined(WOLF_CRYPTO_CB)
|
||||||
sha256->flags = 0;
|
sha256->flags = 0;
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user