1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

More error codes and mappings

This commit is contained in:
Werner Koch 2002-01-19 18:20:45 +00:00
parent f58da1883a
commit 08e10cd52f
2 changed files with 4 additions and 0 deletions

View file

@ -76,6 +76,7 @@ enum {
GNUPG_CRL_Too_Old = 47,
GNUPG_Line_Too_Long = 48,
GNUPG_Not_Trusted = 49,
GNUPG_Canceled = 50,
};
/* Status codes - fixme: should go into another file */