fix VS2008 asn.c warning, CTaoCrypt RSA test

This commit is contained in:
Chris Conlon
2012-11-01 11:29:11 -06:00
parent f6304ae37a
commit dc83cc6a0e
2 changed files with 2 additions and 2 deletions

View File

@@ -2193,7 +2193,6 @@ static int ConfirmSignature(const byte* buf, word32 bufSz,
CYASSL_MSG("Verify Key type unknown");
return 0;
}
return ret;
}