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:
@@ -623,7 +623,7 @@ hx509_revoke_verify(hx509_context context,
|
|||||||
|
|
||||||
if (context->flags & HX509_CTX_VERIFY_MISSING_OK)
|
if (context->flags & HX509_CTX_VERIFY_MISSING_OK)
|
||||||
return 0;
|
return 0;
|
||||||
return HX509_CRL_MISSING;
|
return HX509_REVOKE_STATUS_MISSING;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ocsp_add_ctx {
|
struct ocsp_add_ctx {
|
||||||
|
Reference in New Issue
Block a user