Cleared unused variable warning

This commit is contained in:
Jeffrey Walton 2018-08-01 22:32:26 -04:00
parent 70c9fe4712
commit 5eec90bee5
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -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;
{