aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-01-31 17:46:29 +0000
committerWerner Koch <[email protected]>2002-01-31 17:46:29 +0000
commit400938f239bb06ddc26972924b60d806b96e0fff (patch)
tree95f315b3ddcf7bbb05f582beaa388a592ecd6a7a /common/errors.h
parent* genkey.c (store_key): Protect the key. (diff)
downloadgnupg-400938f239bb06ddc26972924b60d806b96e0fff.tar.gz
gnupg-400938f239bb06ddc26972924b60d806b96e0fff.zip
Added a few more error codes
Diffstat (limited to 'common/errors.h')
-rw-r--r--common/errors.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h
index 8f23161ed..52b606f38 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -81,6 +81,9 @@ enum {
GNUPG_Certificate_Expired = 52,
GNUPG_Certificate_Too_Young = 53,
GNUPG_Unsupported_Certificate = 54,
+ GNUPG_Unknown_Sexp = 55,
+ GNUPG_Unsupported_Protection = 56,
+ GNUPG_Corrupted_Protection = 57,
};
/* Status codes - fixme: should go into another file */