crl unused fix
This commit is contained in:
parent
7d4a5a6ec8
commit
f5590f0abd
@ -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); */
|
||||
|
Loading…
x
Reference in New Issue
Block a user