Merge pull request #955 from kaleb-himes/ARG-ERR

Fix compile error, too many args with --enable-wpas
This commit is contained in:
dgarske
2017-06-08 14:59:55 -07:00
committed by GitHub

View File

@@ -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;