1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Renamed an error code.

This commit is contained in:
Werner Koch 2002-08-16 14:24:12 +00:00
parent 8ed2348ae5
commit a55d4d129f
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ enum {
GNUPG_Resource_Limit = 5,
GNUPG_Internal_Error = 6,
GNUPG_Bad_Certificate = 7,
GNUPG_Bad_Certificate_Path = 8,
GNUPG_Bad_Certificate_Chain = 8,
GNUPG_Missing_Certificate = 9,
GNUPG_No_Data = 10,
GNUPG_Bad_Signature = 11,