Skip to content

Commit 42825e8

Browse files
Merge pull request wolfSSL#8200 from anhu/crl-orig
Fix for github issue 8198
2 parents 18f52b2 + 237bb24 commit 42825e8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

wolfcrypt/src/asn.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39033,10 +39033,8 @@ int ParseCRL(RevokedCert* rcert, DecodedCRL* dcrl, const byte* buff, word32 sz,
3903339033
int ret = 0;
3903439034
int len;
3903539035
word32 idx = 0;
39036-
#ifdef WC_RSA_PSS
3903739036
const byte* sigParams = NULL;
3903839037
int sigParamsSz = 0;
39039-
#endif
3904039038

3904139039
WOLFSSL_MSG("ParseCRL");
3904239040

0 commit comments

Comments
 (0)