More error codes

This commit is contained in:
Werner Koch 2002-03-12 13:36:55 +00:00
parent 8337455483
commit 1f6d901db6
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,8 @@ enum {
GNUPG_Scdaemon_Error = 71,
GNUPG_Unsupported_Protocol = 72,
GNUPG_Bad_PIN_Method = 73,
GNUPG_Card_Not_Initialized = 74,
GNUPG_Unsupported_Operation = 75,
};
/* Status codes - fixme: should go into another file */