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:
parent
8ed2348ae5
commit
a55d4d129f
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue