Clear xLC "1540-1102 (W) "e" might be used before it is set"

This commit is contained in:
Jeffrey Walton 2017-09-01 03:19:43 -04:00
parent 14a5221d82
commit 29cf783458
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -90,7 +90,7 @@ void Serpent::Enc::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock,
void Serpent::Dec::ProcessAndXorBlock(const byte *inBlock, const byte *xorBlock, byte *outBlock) const
{
word32 a, b, c, d, e;
word32 a, b, c, d, e=0;
Block::Get(inBlock)(a)(b)(c)(d);