From 237bb24f87f1b38d1bb892b05bb476c1e7086cd5 Mon Sep 17 00:00:00 2001 From: Anthony Hu Date: Mon, 18 Nov 2024 17:33:13 -0500 Subject: [PATCH] Fix for github issue 8198 --- wolfcrypt/src/asn.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/wolfcrypt/src/asn.c b/wolfcrypt/src/asn.c index ecda0c4a64..0f0069ab83 100644 --- a/wolfcrypt/src/asn.c +++ b/wolfcrypt/src/asn.c @@ -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");