diff --git a/sha1.c b/sha1.c index 09cf6e69..dd88f103 100644 --- a/sha1.c +++ b/sha1.c @@ -198,8 +198,6 @@ static void SHA1Transform(uint32_t state[5], const unsigned char buffer[64]) { state[2] += c; state[3] += d; state[4] += e; - /* Wipe variables */ - a = b = c = d = e = 0; #ifdef SHA1HANDSOFF memset(block, '\0', sizeof(block)); #endif