From 8ed2bb38e4e57460346bb968148cb0220377c88d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 2 Jun 2007 00:48:51 +0000 Subject: [PATCH] Add querystat to hx509_context. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20784 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx_locl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hx509/hx_locl.h b/lib/hx509/hx_locl.h index d21fd5170..d898ea3f5 100644 --- a/lib/hx509/hx_locl.h +++ b/lib/hx509/hx_locl.h @@ -179,6 +179,7 @@ struct hx509_context_data { #define HX509_DEFAULT_OCSP_TIME_DIFF (5*60) hx509_error error; struct et_list *et_list; + char *querystat; }; /* _hx509_calculate_path flag field */