Skip to content

Commit 4877c0e

Browse files
committed
fix PRB tests failures
1 parent cfb7f35 commit 4877c0e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

certs/crl/include.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ EXTRA_DIST += \
2424
certs/crl/extra-crls/ca-int-cert-revoked.pem \
2525
certs/crl/extra-crls/general-server-crl.pem \
2626
certs/crl/extra-crls/large_crlnum.pem \
27-
certs/crl/extra-crls/large_crlnum2.pem
27+
certs/crl/extra-crls/large_crlnum2.pem \
28+
certs/crl/extra-crls/crlnum_57oct.pem \
29+
certs/crl/extra-crls/crlnum_64oct.pem
2830

2931
# Intermediate cert CRL's
3032
EXTRA_DIST += \

wolfcrypt/src/asn.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41719,7 +41719,6 @@ static int ParseCRL_Extensions(DecodedCRL* dcrl, const byte* buf,
4171941719
word32* inOutIdx, word32 sz)
4172041720
{
4172141721
int length;
41722-
int needed;
4172341722
word32 idx;
4172441723
word32 ext_bound; /* boundary index for the sequence of extensions */
4172541724
word32 oid;

0 commit comments

Comments
 (0)