summaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2001-12-20 17:49:48 +0100
committerWerner Koch <wk@gnupg.org>2001-12-20 17:49:48 +0100
commitee1b7e428b1e68d3cf45436e21b578ac88eedc1e (patch)
treeda6bc91bb6e7f8a5fb4669a83aa090b66681652b /common/errors.h
parent* base64.c (base64_reader_cb): Try to detect an S/MIME body part. (diff)
downloadgnupg2-ee1b7e428b1e68d3cf45436e21b578ac88eedc1e.tar.xz
gnupg2-ee1b7e428b1e68d3cf45436e21b578ac88eedc1e.zip
* maperror.c (map_gcry_err): Add some mappings.
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 faa39c7ff..cea4950f3 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -64,6 +64,9 @@ enum {
GNUPG_Bad_PIN = 35,
GNUPG_Bad_Passphrase = 36,
GNUPG_Invalid_Name = 37,
+ GNUPG_Bad_Public_Key = 38,
+ GNUPG_Bad_Secret_Key = 39,
+ GNUPG_Bad_Data = 40,
};
/* Status codes - fixme: should go into another file */