From 4137c5e15bf3d784f3e6a84a1268f592910f9a67 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 26 Jun 2020 01:13:33 +0200 Subject: Whirlpool: Remove unused "num" variable affectation in WHIRLPOOL_add --- src/Crypto/Whirlpool.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/Crypto/Whirlpool.c b/src/Crypto/Whirlpool.c index 9452951e..98ba318d 100644 --- a/src/Crypto/Whirlpool.c +++ b/src/Crypto/Whirlpool.c @@ -947,7 +947,6 @@ void WHIRLPOOL_add(const unsigned char * input, HashMultipleBlocks(ctx, dataBuf, 64); input += (64-num); len -= (64-num); - num = 0; // drop through and do the rest } else -- cgit v1.2.3