From a55d4d129f273652845e7d8c5cd3fe1890b2f1c4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 16 Aug 2002 14:24:12 +0000 Subject: Renamed an error code. --- common/errors.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/errors.h') 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, -- cgit