1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-05-29 21:58:04 +02:00

We got more error codes than actual code ;-)

This commit is contained in:
Werner Koch 2002-03-05 17:17:41 +00:00
parent 2b5dca457c
commit 914e77c133

View File

@ -99,6 +99,7 @@ enum {
GNUPG_No_Scdaemon = 70, GNUPG_No_Scdaemon = 70,
GNUPG_Scdaemon_Error = 71, GNUPG_Scdaemon_Error = 71,
GNUPG_Unsupported_Protocol = 72, GNUPG_Unsupported_Protocol = 72,
GNUPG_Bad_PIN_Method = 73,
}; };
/* Status codes - fixme: should go into another file */ /* Status codes - fixme: should go into another file */