Whirlpool: Remove unused "num" variable affectation in WHIRLPOOL_add

This commit is contained in:
Mounir IDRASSI 2020-06-26 01:13:33 +02:00
parent 53070f8bb5
commit 4137c5e15b
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 0 additions and 1 deletions

View File

@ -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