mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
* maperror.c (map_assuan_err): Codes for CRL
This commit is contained in:
parent
bc37e6d30e
commit
98b2622ef0
3 changed files with 14 additions and 1 deletions
|
@ -68,7 +68,12 @@ enum {
|
|||
GNUPG_Bad_Secret_Key = 39,
|
||||
GNUPG_Bad_Data = 40,
|
||||
GNUPG_Invalid_Parameter = 41,
|
||||
GNUPG_Tribute_to_D_A = 42
|
||||
GNUPG_Tribute_to_D_A = 42,
|
||||
GNUPG_No_Dirmngr = 43,
|
||||
GNUPG_Dirmngr_Error = 44,
|
||||
GNUPG_Certificate_Revoked = 45,
|
||||
GNUPG_No_CRL_Known = 46,
|
||||
GNUPG_CRL_Too_Old = 47,
|
||||
};
|
||||
|
||||
/* Status codes - fixme: should go into another file */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue