Fix compile error, too many args with --enabl-wpas

This commit is contained in:
kaleb-himes 2017-06-08 13:34:44 -06:00
parent 1be0b2aa30
commit a00165768c

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;