From 5a305af6a1ad8f355365338441b93e472e6ada36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 26 Apr 2006 20:09:02 +0000 Subject: [PATCH] Add name malformated error git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17294 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 495885526..25cd5a47a 100644 --- a/lib/hx509/hx509_err.et +++ b/lib/hx509/hx509_err.et @@ -32,6 +32,7 @@ error_code PARENT_IS_CA, "Parent certificate is a CA" error_code EXTRA_DATA_AFTER_STRUCTURE, "Extra data was found after the structure" error_code PROXY_CERT_INVALID, "Proxy certificate is invalid" error_code PROXY_CERT_NAME_WRONG, "Proxy certificate is invalid" +error_code NAME_MALFORMATED, "Name is malformated" # cms related errors index 32