diff --git a/lib/hx509/cert.c b/lib/hx509/cert.c index 04ab5944b..cb5664d14 100644 --- a/lib/hx509/cert.c +++ b/lib/hx509/cert.c @@ -1480,6 +1480,7 @@ hx509_verify_path(hx509_context context, "longer then allowed"); goto out; } + /* XXX MUST check info.proxyPolicy */ free_ProxyCertInfo(&info); j = 0;