mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* maperror.c (map_gcry_err): Add some mappings.
This commit is contained in:
parent
5f116e9540
commit
ee1b7e428b
3 changed files with 47 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue