mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 19:08:26 -06:00
Whirlpool: Remove unused "num" variable affectation in WHIRLPOOL_add
This commit is contained in:
@@ -947,7 +947,6 @@ void WHIRLPOOL_add(const unsigned char * input,
|
|||||||
HashMultipleBlocks(ctx, dataBuf, 64);
|
HashMultipleBlocks(ctx, dataBuf, 64);
|
||||||
input += (64-num);
|
input += (64-num);
|
||||||
len -= (64-num);
|
len -= (64-num);
|
||||||
num = 0;
|
|
||||||
// drop through and do the rest
|
// drop through and do the rest
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user