X-Git-Url: https://git.sommitrealweird.co.uk/onak.git/blobdiff_plain/e21d57328129d20ebef11143909ebc58bc0affce..5d25774c5cd9f80709f852f79bce26d582fad360:/gpgwww.c diff --git a/gpgwww.c b/gpgwww.c index 24bf490..f087123 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -14,7 +14,6 @@ #include "armor.h" #include "charfuncs.h" #include "cleanup.h" -#include "config.h" #include "getcgi.h" #include "hash.h" #include "keydb.h" @@ -23,6 +22,7 @@ #include "onak-conf.h" #include "parsekey.h" #include "stats.h" +#include "version.h" #define OP_UNKNOWN 0 #define OP_GET 1 @@ -154,10 +154,10 @@ int main(int argc, char *argv[]) } if (op != OP_GET) { - printf("

Looking for path from 0x%" PRIX64" to 0x%" PRIX64 - ".\n", + printf("

Looking for path from 0x%016" PRIX64" to 0x%016" + PRIX64 ".\n", from, to); - printf("Find reverse path\n", to, from); @@ -173,7 +173,8 @@ int main(int argc, char *argv[]) catchsignals(); config.dbbackend->initdb(true); inithash(); - logthing(LOGTHING_NOTICE, "Looking for path from 0x%" PRIX64 " to 0x%" + logthing(LOGTHING_NOTICE, "Looking for path from 0x%016" PRIX64 + " to 0x%016" PRIX64, from, to); @@ -189,7 +190,7 @@ int main(int argc, char *argv[]) if (op != OP_GET) { puts("


"); - puts("Produced by gpgwww " PACKAGE_VERSION ", part of onak. " + puts("Produced by gpgwww " ONAK_VERSION ", part of onak. " "" "Jonathan McDowell"); end_html();