mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
More error codes
This commit is contained in:
parent
8337455483
commit
1f6d901db6
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue