aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-01-15 13:02:13 +0000
committerWerner Koch <[email protected]>2002-01-15 13:02:13 +0000
commita6a2595dba49a843ef06a9becb5822152a5a06c2 (patch)
tree075847254f850dc9337b5ff6fc11ea1fdf6326cf /common/errors.h
parent* trustlist.c: New. (diff)
downloadgnupg-a6a2595dba49a843ef06a9becb5822152a5a06c2.tar.gz
gnupg-a6a2595dba49a843ef06a9becb5822152a5a06c2.zip
* maperror.c: Add mapping for Not_Trusted.
Diffstat (limited to '')
-rw-r--r--common/errors.h2
1 files changed, 2 insertions, 0 deletions
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 */