aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/keyserver.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index 94d46591e..599b51bee 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,3 +1,7 @@
+2002-10-08 David Shaw <[email protected]>
+
+ * keyserver.h: Add new error code KEYSERVER_UNREACHABLE.
+
2002-10-03 David Shaw <[email protected]>
* util.h: Add new log_warning logger command which can be switched
diff --git a/include/keyserver.h b/include/keyserver.h
index 886c7a0a1..331077e30 100644
--- a/include/keyserver.h
+++ b/include/keyserver.h
@@ -32,6 +32,7 @@
#define KEYSERVER_KEY_NOT_FOUND 6 /* key not found */
#define KEYSERVER_KEY_EXISTS 7 /* key already exists */
#define KEYSERVER_KEY_INCOMPLETE 8 /* key incomplete (EOF) */
+#define KEYSERVER_UNREACHABLE 9 /* unable to contact keyserver */
/* Must be 127 due to shell internal magic. */
#define KEYSERVER_SCHEME_NOT_FOUND 127