瀏覽代碼

Merge pull request #8200 from anhu/crl-orig

Fix for github issue 8198
JacobBarthelmeh 2 天之前
父節點
當前提交
42825e82d2
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      wolfcrypt/src/asn.c

+ 0 - 2
wolfcrypt/src/asn.c

@@ -39033,10 +39033,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");