mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 11:00:49 +02:00
fix PRB tests failures
This commit is contained in:
@@ -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 += \
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user