aboutsummaryrefslogtreecommitdiffstats
path: root/include/keyserver.h
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-10-13 18:32:17 +0000
committerDavid Shaw <[email protected]>2004-10-13 18:32:17 +0000
commitac51d6dbd42c21739042847627c8ff8cc4c8b063 (patch)
tree90e8f66de02af13d992e4eccd63eaaaef5ad0547 /include/keyserver.h
parent* gpgkeys_ldap.c (main), gpgkeys_hkp.c (main), gpgkeys_http.c (main), (diff)
downloadgnupg-ac51d6dbd42c21739042847627c8ff8cc4c8b063.tar.gz
gnupg-ac51d6dbd42c21739042847627c8ff8cc4c8b063.zip
* keyserver.h: Add KEYSERVER_TIMEOUT.
Diffstat (limited to 'include/keyserver.h')
-rw-r--r--include/keyserver.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/keyserver.h b/include/keyserver.h
index 33c1b318b..35a8a0f1c 100644
--- a/include/keyserver.h
+++ b/include/keyserver.h
@@ -1,5 +1,5 @@
/* keyserver.h
- * Copyright (C) 2001, 2002 Free Software Foundation, Inc.
+ * Copyright (C) 2001, 2002, 2004 Free Software Foundation, Inc.
*
* This file is part of GNUPG.
*
@@ -35,6 +35,7 @@
#define KEYSERVER_KEY_EXISTS 7 /* key already exists */
#define KEYSERVER_KEY_INCOMPLETE 8 /* key incomplete (EOF) */
#define KEYSERVER_UNREACHABLE 9 /* unable to contact keyserver */
+#define KEYSERVER_TIMEOUT 10 /* timeout while accessing keyserver */
/* Must be 127 due to shell internal magic. */
#define KEYSERVER_SCHEME_NOT_FOUND 127