From a6a2595dba49a843ef06a9becb5822152a5a06c2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 15 Jan 2002 13:02:13 +0000 Subject: * maperror.c: Add mapping for Not_Trusted. --- common/errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/errors.h') diff --git a/common/errors.h b/common/errors.h index 56324959a..33ccbba29 100644 --- a/common/errors.h +++ b/common/errors.h @@ -74,6 +74,8 @@ enum { GNUPG_Certificate_Revoked = 45, GNUPG_No_CRL_Known = 46, GNUPG_CRL_Too_Old = 47, + GNUPG_Line_Too_Long = 48, + GNUPG_Not_Trusted = 49, }; /* Status codes - fixme: should go into another file */ -- cgit v1.2.3