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:
Love Hörnquist Åstrand
2006-04-01 00:30:45 +00:00
parent 16d16befdd
commit d7379e76d2
4 changed files with 16 additions and 16 deletions

View File

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