Added a few more error codes

This commit is contained in:
Werner Koch 2002-01-31 17:46:29 +00:00
parent 7d9ed16fe6
commit 400938f239
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ enum {
GNUPG_Certificate_Expired = 52,
GNUPG_Certificate_Too_Young = 53,
GNUPG_Unsupported_Certificate = 54,
GNUPG_Unknown_Sexp = 55,
GNUPG_Unsupported_Protection = 56,
GNUPG_Corrupted_Protection = 57,
};
/* Status codes - fixme: should go into another file */