diff options
author | Werner Koch <[email protected]> | 2002-01-11 17:07:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-01-11 17:07:15 +0000 |
commit | 98b2622ef016123245956d98fce643c02e9e32e8 (patch) | |
tree | d6cf5d173977dcdf4b1d529e8c615cd9e10b215d /common/errors.h | |
parent | new error codes (diff) | |
download | gnupg-98b2622ef016123245956d98fce643c02e9e32e8.tar.gz gnupg-98b2622ef016123245956d98fce643c02e9e32e8.zip |
* maperror.c (map_assuan_err): Codes for CRL
Diffstat (limited to 'common/errors.h')
-rw-r--r-- | common/errors.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/errors.h b/common/errors.h index bd0c1af52..56324959a 100644 --- a/common/errors.h +++ b/common/errors.h @@ -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 */ |