forked from wolfSSL/wolfssl
crl unused fix
This commit is contained in:
@ -4941,13 +4941,13 @@ int ParseCRL(DecodedCRL* dcrl, const byte* buff, word32 sz, void* cm)
|
|||||||
{
|
{
|
||||||
int version, len;
|
int version, len;
|
||||||
word32 oid, idx = 0;
|
word32 oid, idx = 0;
|
||||||
Sha sha;
|
|
||||||
Signer* ca;
|
Signer* ca;
|
||||||
|
|
||||||
CYASSL_MSG("ParseCRL");
|
CYASSL_MSG("ParseCRL");
|
||||||
|
|
||||||
/* raw crl hash */
|
/* raw crl hash */
|
||||||
/* hash here if needed for optimized comparisons
|
/* hash here if needed for optimized comparisons
|
||||||
|
* Sha sha;
|
||||||
* InitSha(&sha);
|
* InitSha(&sha);
|
||||||
* ShaUpdate(&sha, buff, sz);
|
* ShaUpdate(&sha, buff, sz);
|
||||||
* ShaFinal(&sha, dcrl->crlHash); */
|
* ShaFinal(&sha, dcrl->crlHash); */
|
||||||
|
Reference in New Issue
Block a user