Commit f46c2597 authored by Richard Levitte's avatar Richard Levitte
Browse files

Properly initialise the internal proxy certificate path length cache



Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 9961cb77
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ static int x509_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
    case ASN1_OP_NEW_POST:
        ret->ex_flags = 0;
        ret->ex_pathlen = -1;
        ret->ex_pcpathlen = -1;
        ret->skid = NULL;
        ret->akid = NULL;
#ifndef OPENSSL_NO_RFC3779