From 400938f239bb06ddc26972924b60d806b96e0fff Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 31 Jan 2002 17:46:29 +0000 Subject: [PATCH] Added a few more error codes --- common/errors.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/errors.h b/common/errors.h index 8f23161ed..52b606f38 100644 --- a/common/errors.h +++ b/common/errors.h @@ -81,6 +81,9 @@ enum { GNUPG_Certificate_Expired = 52, GNUPG_Certificate_Too_Young = 53, GNUPG_Unsupported_Certificate = 54, + GNUPG_Unknown_Sexp = 55, + GNUPG_Unsupported_Protection = 56, + GNUPG_Corrupted_Protection = 57, }; /* Status codes - fixme: should go into another file */