Skip to content

Commit

Permalink
Merge pull request #8200 from anhu/crl-orig
Browse files Browse the repository at this point in the history
Fix for github issue 8198
  • Loading branch information
JacobBarthelmeh authored Nov 19, 2024
2 parents 18f52b2 + 237bb24 commit 42825e8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wolfcrypt/src/asn.c
Original file line number Diff line number Diff line change
Expand Up @@ -39033,10 +39033,8 @@ int ParseCRL(RevokedCert* rcert, DecodedCRL* dcrl, const byte* buff, word32 sz,
int ret = 0;
int len;
word32 idx = 0;
#ifdef WC_RSA_PSS
const byte* sigParams = NULL;
int sigParamsSz = 0;
#endif

WOLFSSL_MSG("ParseCRL");

Expand Down

0 comments on commit 42825e8

Please sign in to comment.