From a7c5af0827c7653ecd2e6b8c45cdd089e2384e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 27 Jul 2005 20:30:12 +0000 Subject: [PATCH] add CERT_NOT_FOUND git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15797 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/hx509_err.et | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hx509/hx509_err.et b/lib/hx509/hx509_err.et index 251115359..209a37777 100644 --- a/lib/hx509/hx509_err.et +++ b/lib/hx509/hx509_err.et @@ -25,6 +25,7 @@ error_code RANGE, "Number too large" error_code NAME_CONSTRAINT_ERROR, "Error while verifing name constraints" error_code PATH_TOO_LONG, "Path is too long, failed to find valid anchor" error_code KU_CERT_MISSING, "Required keyusage for this certificate is missing" +error_code CERT_NOT_FOUND, "Certificate not found" index 32 prefix HX509_CMS