1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-03 12:11:33 +01:00

More error codes

This commit is contained in:
Werner Koch 2002-03-12 13:36:55 +00:00
parent 8337455483
commit 1f6d901db6

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 */