1
0
Fork 0
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:
Werner Koch 2001-12-20 16:49:48 +00:00
parent 5f116e9540
commit ee1b7e428b
3 changed files with 47 additions and 0 deletions

View file

@ -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 */