crl unused fix

This commit is contained in:
toddouska 2012-11-27 11:13:28 -08:00
parent 7d4a5a6ec8
commit f5590f0abd

View File

@ -4941,13 +4941,13 @@ int ParseCRL(DecodedCRL* dcrl, const byte* buff, word32 sz, void* cm)
{
int version, len;
word32 oid, idx = 0;
Sha sha;
Signer* ca;
CYASSL_MSG("ParseCRL");
/* raw crl hash */
/* hash here if needed for optimized comparisons
* Sha sha;
* InitSha(&sha);
* ShaUpdate(&sha, buff, sz);
* ShaFinal(&sha, dcrl->crlHash); */