new error codes

This commit is contained in:
Werner Koch 2001-12-11 12:27:10 +00:00
parent f312047a67
commit 0d2ea2811b
2 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,7 @@ typedef enum {
ASSUAN_Agent_Error = 206,
ASSUAN_No_Public_Key = 207,
ASSUAN_No_Secret_Key = 208,
ASSUAN_Invalid_Name = 209,
ASSUAN_Cert_Revoked = 301,
ASSUAN_No_CRL_For_Cert = 302,

View File

@ -63,6 +63,7 @@ enum {
GNUPG_PIN_Entry_Error = 34,
GNUPG_Bad_PIN = 35,
GNUPG_Bad_Passphrase = 36,
GNUPG_Invalid_Name = 37,
};
/* Status codes - fixme: should go into another file */