Remove unused variable from TestPadlockRNG

This commit is contained in:
Jeffrey Walton 2018-10-21 11:48:41 -04:00
parent 5e19ac7e48
commit e0d37b22f8
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -732,7 +732,6 @@ bool TestMersenne()
PadlockRNG& padlock = dynamic_cast<PadlockRNG&>(*rng.get());
pass = Test_RandomNumberGenerator(padlock);
static const unsigned int SIZE = 10000;
SecByteBlock zero(16), one(16), t(16);
// Cryptography Research, Inc tests