summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/ChangeLog4
-rw-r--r--common/errors.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index 0522662bc..a5092f58b 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-03 Werner Koch <wk@gnupg.org>
+
+ * errors.h: Added STARUS_EXPSIG and STATUS_EXPKEYSIG.
+
2002-04-15 Werner Koch <wk@gnupg.org>
* cryptmiss.c: New.
diff --git a/common/errors.h b/common/errors.h
index 22c827299..71a7e4b5d 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -174,6 +174,9 @@ enum {
STATUS_INV_RECP,
STATUS_NO_RECP,
STATUS_ALREADY_SIGNED,
+
+ STATUS_EXPSIG,
+ STATUS_EXPKEYSIG
};