mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* keyserver.h: Add new error code KEYSERVER_UNREACHABLE.
This commit is contained in:
parent
9e86063293
commit
9c011f8280
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-10-08 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* keyserver.h: Add new error code KEYSERVER_UNREACHABLE.
|
||||
|
||||
2002-10-03 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* util.h: Add new log_warning logger command which can be switched
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue