Remove unused variable from TestPadlockRNG
parent
5e19ac7e48
commit
e0d37b22f8
|
|
@ -732,7 +732,6 @@ bool TestMersenne()
|
||||||
PadlockRNG& padlock = dynamic_cast<PadlockRNG&>(*rng.get());
|
PadlockRNG& padlock = dynamic_cast<PadlockRNG&>(*rng.get());
|
||||||
pass = Test_RandomNumberGenerator(padlock);
|
pass = Test_RandomNumberGenerator(padlock);
|
||||||
|
|
||||||
static const unsigned int SIZE = 10000;
|
|
||||||
SecByteBlock zero(16), one(16), t(16);
|
SecByteBlock zero(16), one(16), t(16);
|
||||||
|
|
||||||
// Cryptography Research, Inc tests
|
// Cryptography Research, Inc tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue