Fix for github issue 8198

pull/8200/head
Anthony Hu 2024-11-18 17:33:13 -05:00
parent c111bb87c9
commit 237bb24f87
1 changed files with 0 additions and 2 deletions

View File

@ -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");