more clang warnings

This commit is contained in:
toddouska
2013-12-11 15:47:40 -08:00
parent e5b0000ee4
commit ba95c33ed4
2 changed files with 4 additions and 3 deletions

View File

@@ -2563,7 +2563,6 @@ static int ConfirmSignature(const byte* buf, word32 bufSz,
(void)sigSz;
(void)heap;
(void)ret;
(void)typeH;
switch (sigOID) {
#ifndef NO_MD5
@@ -2647,6 +2646,7 @@ static int ConfirmSignature(const byte* buf, word32 bufSz,
CYASSL_MSG("Verify Signautre has unsupported type");
return 0;
}
(void)typeH; /* some builds won't read */
switch (keyOID) {
#ifndef NO_RSA