From 72e10b58e93667dba675c5ed8566487c2036f89c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 27 Mar 2006 21:33:19 +0000 Subject: [PATCH] Add new error code SIGNATURE_WITHOUT_SIGNER. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16835 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 dd5269327..4fff356a0 100644 --- a/lib/hx509/hx509_err.et +++ b/lib/hx509/hx509_err.et @@ -49,6 +49,7 @@ error_code SIG_NO_CONF, "Sigature doesn't provide confidentiality" error_code SIG_INVALID_FORMAT, "Invalid format on signature" error_code OID_MISMATCH, "Mismatch bewteen oids" error_code NO_PROMPTER, "No prompter function defined" +error_code SIGNATURE_WITHOUT_SIGNER, "Signature require signer, but non available" index 94 prefix HX509_CRL