Cleared unused variable warning

pull/696/head
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
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ NAMESPACE_BEGIN(Test)
bool ValidateRSA_Sign() bool ValidateRSA_Sign()
{ {
// Must be large enough for RSA-3072 to test SHA3_256 // Must be large enough for RSA-3072 to test SHA3_256
byte out[256], outPlain[128]; byte out[256];
bool pass = true, fail; bool pass = true, fail;
{ {