mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-02-19 21:00:50 +00:00
Remove unused variable from TestPadlockRNG
This commit is contained in:
parent
5e19ac7e48
commit
e0d37b22f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user