Renamed generic CRL related errors.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16894 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-03-31 22:23:30 +00:00
parent 8e186125fa
commit 1f876a35cb

View File

@@ -623,7 +623,7 @@ hx509_revoke_verify(hx509_context context,
if (context->flags & HX509_CTX_VERIFY_MISSING_OK)
return 0;
return HX509_CRL_MISSING;
return HX509_REVOKE_STATUS_MISSING;
}
struct ocsp_add_ctx {