diff options
author | Werner Koch <wk@gnupg.org> | 2001-12-20 17:49:48 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2001-12-20 17:49:48 +0100 |
commit | ee1b7e428b1e68d3cf45436e21b578ac88eedc1e (patch) | |
tree | da6bc91bb6e7f8a5fb4669a83aa090b66681652b /common/errors.h | |
parent | * base64.c (base64_reader_cb): Try to detect an S/MIME body part. (diff) | |
download | gnupg2-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.h | 3 |
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 */ |