forked from wolfSSL/wolfssl
Merge pull request #955 from kaleb-himes/ARG-ERR
Fix compile error, too many args with --enable-wpas
This commit is contained in:
@@ -4862,7 +4862,7 @@ static int ProcessChainBuffer(WOLFSSL_CTX* ctx, const unsigned char* buff,
|
||||
NULL) == 0) {
|
||||
WOLFSSL_MSG(" Proccessed a CRL");
|
||||
wolfSSL_CertManagerLoadCRLBuffer(ctx->cm, der->buffer,
|
||||
der->length,SSL_FILETYPE_ASN1, 0);
|
||||
der->length,SSL_FILETYPE_ASN1);
|
||||
FreeDer(&der);
|
||||
used += info.consumed;
|
||||
continue;
|
||||
|
Reference in New Issue
Block a user