aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-08-16 14:24:12 +0000
committerWerner Koch <[email protected]>2002-08-16 14:24:12 +0000
commita55d4d129f273652845e7d8c5cd3fe1890b2f1c4 (patch)
tree1246d4ed1dd4a2c024a5ac3c3cfcb0a596639b9e /common/errors.h
parent* scdaemon.c: Include i18n.h. (diff)
downloadgnupg-a55d4d129f273652845e7d8c5cd3fe1890b2f1c4.tar.gz
gnupg-a55d4d129f273652845e7d8c5cd3fe1890b2f1c4.zip
Renamed an error code.
Diffstat (limited to 'common/errors.h')
-rw-r--r--common/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/errors.h b/common/errors.h
index 5b5fde781..ac6a042c8 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -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,