aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/ChangeLog4
-rw-r--r--common/errors.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index 6d408ba4f..e82e5b774 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-05 Werner Koch <[email protected]>
+
+ * errors.h (STATUS_NEWSIG): New.
+
2004-03-11 Werner Koch <[email protected]>
* dynload.h [__MINGW32__]: Define RTLD_LAZY.
diff --git a/common/errors.h b/common/errors.h
index 881a2fa51..f34f3ba79 100644
--- a/common/errors.h
+++ b/common/errors.h
@@ -99,7 +99,8 @@ enum {
STATUS_EXPKEYSIG,
STATUS_TRUNCATED,
- STATUS_ERROR
+ STATUS_ERROR,
+ STATUS_NEWSIG
};