Skip to content
cms.c 25.6 KiB
Newer Older
Dr. Stephen Henson's avatar
Dr. Stephen Henson committed

	error = X509_STORE_CTX_get_error(ctx);

	if ((error != X509_V_ERR_NO_EXPLICIT_POLICY)
		&& ((error != X509_V_OK) || (ok != 2)))
		return ok;

	policies_print(NULL, ctx);

	return ok;

	}

#endif