Skip to content

Commit

Permalink
Fix for github issue 8198
Browse files Browse the repository at this point in the history
  • Loading branch information
anhu committed Nov 18, 2024
1 parent c111bb8 commit 237bb24
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 @@ -38984,10 +38984,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 237bb24

Please sign in to comment.