X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/28d25177e72f84408c99072fbe6cf05b4fc556fb..2725e4d426f80dc79071c0280e1809c84aa2fa4d:/keyd.c diff --git a/keyd.c b/keyd.c index c2d8349..1a349a6 100644 --- a/keyd.c +++ b/keyd.c @@ -19,7 +19,6 @@ #include #include -#include "config.h" #include "charfuncs.h" #include "cleanup.h" #include "keyd.h" @@ -30,6 +29,7 @@ #include "mem.h" #include "onak-conf.h" #include "parsekey.h" +#include "version.h" void daemonize(void) { @@ -381,7 +381,7 @@ int sock_accept(int fd) static void usage(void) { - puts("keyd " PACKAGE_VERSION " - backend key serving daemon for the " + puts("keyd " ONAK_VERSION " - backend key serving daemon for the " "onak PGP keyserver.\n"); puts("Usage:\n"); puts("\tkeyd [options]\n");