aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/errors.h3
1 files changed, 3 insertions, 0 deletions
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 */