aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/errors.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index cfdcfa928..d485de0f2 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2001-03-01 Werner Koch <[email protected]>
+
+ * errors.h (G10ERR_UNU_SECKEY,G10ERR_UNU_PUBKEY): New
+
2000-11-30 Werner Koch <[email protected]>
* iobuf.h (iobuf_translate_file_handle): Add prototype.
diff --git a/include/errors.h b/include/errors.h
index 11c97425f..f7a9fc570 100644
--- a/include/errors.h
+++ b/include/errors.h
@@ -72,6 +72,9 @@
#define G10ERR_SELFTEST_FAILED 50
#define G10ERR_NOT_ENCRYPTED 51
#define G10ERR_NOT_PROCESSED 52
+#define G10ERR_UNU_PUBKEY 53
+#define G10ERR_UNU_SECKEY 54
+
#ifndef HAVE_STRERROR
char *strerror( int n );