1
0
Fork 0
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:
Werner Koch 2002-02-18 20:46:09 +00:00
parent a46e786221
commit 1df38417a3
3 changed files with 23 additions and 0 deletions

View file

@ -91,6 +91,7 @@ enum {
GNUPG_Invalid_Card = 62,
GNUPG_Card_Not_Present = 63,
GNUPG_No_PKCS15_App = 64,
GNUPG_Not_Confirmed = 65,
};
/* Status codes - fixme: should go into another file */