X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;fp=gpgwww.c;h=44c226ccae6c7a849f7220d1316710ac28482986;hb=feb5361ac535c09eb8dbda4cd25157c77764c287;hp=87fe4ce67d3462a5dd8944ef3c73b76e3165538c;hpb=453292887030769d9c7599690fbc5e7c62f5df39;p=onak.git diff --git a/gpgwww.c b/gpgwww.c index 87fe4ce..44c226c 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -14,6 +14,7 @@ #include "armor.h" #include "charfuncs.h" #include "cleanup.h" +#include "config.h" #include "getcgi.h" #include "hash.h" #include "keydb.h" @@ -184,7 +185,7 @@ int main(int argc, char *argv[]) if (op != OP_GET) { puts("
"); - puts("Produced by gpgwww " VERSION ", part of onak. " + puts("Produced by gpgwww " PACKAGE_VERSION ", part of onak. " "" "Jonathan McDowell"); end_html();