mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Added a few more error codes
This commit is contained in:
parent
7d9ed16fe6
commit
400938f239
@ -81,6 +81,9 @@ enum {
|
|||||||
GNUPG_Certificate_Expired = 52,
|
GNUPG_Certificate_Expired = 52,
|
||||||
GNUPG_Certificate_Too_Young = 53,
|
GNUPG_Certificate_Too_Young = 53,
|
||||||
GNUPG_Unsupported_Certificate = 54,
|
GNUPG_Unsupported_Certificate = 54,
|
||||||
|
GNUPG_Unknown_Sexp = 55,
|
||||||
|
GNUPG_Unsupported_Protection = 56,
|
||||||
|
GNUPG_Corrupted_Protection = 57,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Status codes - fixme: should go into another file */
|
/* Status codes - fixme: should go into another file */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user