forked from wolfSSL/wolfssl
Fix for github issue 8198
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user