mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Cleared unused variable warning
This commit is contained in:
parent
70c9fe4712
commit
5eec90bee5
@ -51,7 +51,7 @@ NAMESPACE_BEGIN(Test)
|
||||
bool ValidateRSA_Sign()
|
||||
{
|
||||
// Must be large enough for RSA-3072 to test SHA3_256
|
||||
byte out[256], outPlain[128];
|
||||
byte out[256];
|
||||
bool pass = true, fail;
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user