rename HX509_CTX_CRL_MISSING_OK to HX509_CTX_VERIFY_MISSING_OK now

that we have OCSP glue


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16865 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-03-31 01:43:10 +00:00
parent 39ecd03c1e
commit de44f94103

View File

@@ -145,6 +145,6 @@ struct hx509_context_data {
struct hx509_keyset_ops **ks_ops;
int ks_num_ops;
int flags;
#define HX509_CTX_CRL_MISSING_OK 1
#define HX509_CTX_VERIFY_MISSING_OK 1
};