aboutsummaryrefslogtreecommitdiffstats
path: root/common/errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/errors.h')
-rw-r--r--common/errors.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/errors.h b/common/errors.h
index 4ce89d0c8..8f23161ed 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -77,6 +77,10 @@ enum {
GNUPG_Line_Too_Long = 48,
GNUPG_Not_Trusted = 49,
GNUPG_Canceled = 50,
+ GNUPG_Bad_CA_Certificate = 51,
+ GNUPG_Certificate_Expired = 52,
+ GNUPG_Certificate_Too_Young = 53,
+ GNUPG_Unsupported_Certificate = 54,
};
/* Status codes - fixme: should go into another file */