fix PRB tests failures

This commit is contained in:
Hideki Miyazaki
2026-03-05 15:58:45 +09:00
parent cfb7f35e72
commit 4877c0e579
2 changed files with 3 additions and 2 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ EXTRA_DIST += \
certs/crl/extra-crls/ca-int-cert-revoked.pem \
certs/crl/extra-crls/general-server-crl.pem \
certs/crl/extra-crls/large_crlnum.pem \
certs/crl/extra-crls/large_crlnum2.pem
certs/crl/extra-crls/large_crlnum2.pem \
certs/crl/extra-crls/crlnum_57oct.pem \
certs/crl/extra-crls/crlnum_64oct.pem
# Intermediate cert CRL's
EXTRA_DIST += \
-1
View File
@@ -41719,7 +41719,6 @@ static int ParseCRL_Extensions(DecodedCRL* dcrl, const byte* buf,
word32* inOutIdx, word32 sz)
{
int length;
int needed;
word32 idx;
word32 ext_bound; /* boundary index for the sequence of extensions */
word32 oid;