diff --git a/lib/hx509/hx_locl.h b/lib/hx509/hx_locl.h index 44c661da7..547ac249f 100644 --- a/lib/hx509/hx_locl.h +++ b/lib/hx509/hx_locl.h @@ -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 };