crl warning fixes

This commit is contained in:
toddouska
2012-11-01 14:14:40 -07:00
parent 0e2c236e77
commit ae905d70c4
4 changed files with 6 additions and 4 deletions

View File

@@ -5189,7 +5189,7 @@ static int GetCRL_Signature(const byte* source, word32* idx, DecodedCRL* dcrl,
/* prase crl buffer into decoded state, 0 on success */
int ParseCRL(DecodedCRL* dcrl, const byte* buff, long sz, void* cm)
int ParseCRL(DecodedCRL* dcrl, const byte* buff, word32 sz, void* cm)
{
int version, len;
word32 oid, idx = 0;