From 53256a007f40ed36070daffc1499aa9e99cbd9ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 8 Dec 2006 00:02:10 +0000 Subject: [PATCH] make a note that we MUST check info.proxyPolicy git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19291 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/cert.c | 1 + 1 file changed, 1 insertion(+) 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;