rename missing-crl to missing-revoke
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16898 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -109,7 +109,7 @@ hx509_context_init(hx509_context *context)
|
||||
}
|
||||
|
||||
void
|
||||
hx509_context_set_missing_crl(hx509_context context, int flag)
|
||||
hx509_context_set_missing_revoke(hx509_context context, int flag)
|
||||
{
|
||||
if (flag)
|
||||
context->flags |= HX509_CTX_VERIFY_MISSING_OK;
|
||||
|
Reference in New Issue
Block a user