From 98b2622ef016123245956d98fce643c02e9e32e8 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 11 Jan 2002 17:07:15 +0000 Subject: * maperror.c (map_assuan_err): Codes for CRL --- common/errors.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'common/errors.h') diff --git a/common/errors.h b/common/errors.h index bd0c1af52..56324959a 100644 --- a/common/errors.h +++ b/common/errors.h @@ -68,7 +68,12 @@ enum { GNUPG_Bad_Secret_Key = 39, GNUPG_Bad_Data = 40, GNUPG_Invalid_Parameter = 41, - GNUPG_Tribute_to_D_A = 42 + GNUPG_Tribute_to_D_A = 42, + GNUPG_No_Dirmngr = 43, + GNUPG_Dirmngr_Error = 44, + GNUPG_Certificate_Revoked = 45, + GNUPG_No_CRL_Known = 46, + GNUPG_CRL_Too_Old = 47, }; /* Status codes - fixme: should go into another file */ -- cgit