Skip to content

Commit d9c60ce

Browse files
committed
fix PRB tests failures
1 parent 6ba552a commit d9c60ce

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
@@ -41505,7 +41505,6 @@ static int ParseCRL_Extensions(DecodedCRL* dcrl, const byte* buf,
4150541505
word32* inOutIdx, word32 sz)
4150641506
{
4150741507
int length;
41508-
int needed;
4150941508
word32 idx;
4151041509
word32 ext_bound; /* boundary index for the sequence of extensions */
4151141510
word32 oid;

0 commit comments

Comments
 (0)