Add HX509_CTX_CRL_MISSING_OK.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16612 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-19 18:13:38 +00:00
parent fc2dc65bcd
commit 9a0a60e0ee

View File

@@ -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
};