From 9a0a60e0eec91eebc41fad08f994cf0318baa6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Jan 2006 18:13:38 +0000 Subject: [PATCH] Add HX509_CTX_CRL_MISSING_OK. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16612 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx_locl.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/hx509/hx_locl.h b/lib/hx509/hx_locl.h index a188335cb..3f128b70b 100644 --- a/lib/hx509/hx_locl.h +++ b/lib/hx509/hx_locl.h @@ -144,5 +144,7 @@ extern hx509_lock _hx509_empty_lock; struct hx509_context_data { struct hx509_keyset_ops **ks_ops; int ks_num_ops; + int flags; +#define HX509_CTX_CRL_MISSING_OK 1 };