aboutsummaryrefslogtreecommitdiffstats
path: root/include/keyserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/keyserver.h')
-rw-r--r--include/keyserver.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/keyserver.h b/include/keyserver.h
index 92dac39d4..e7513d134 100644
--- a/include/keyserver.h
+++ b/include/keyserver.h
@@ -23,8 +23,8 @@
/* Return codes */
#define KEYSERVER_OK 0
-#define KEYSERVER_SCHEME_NOT_FOUND 1
-#define KEYSERVER_INTERNAL_ERROR 2
-#define KEYSERVER_VERSION_ERROR 3
+#define KEYSERVER_INTERNAL_ERROR 1
+#define KEYSERVER_VERSION_ERROR 2
+#define KEYSERVER_SCHEME_NOT_FOUND 127
#endif /* !_KEYSERVER_H_ */