#include "getcgi.h"
#include "hash.h"
#include "keydb.h"
+#include "log.h"
#include "onak-conf.h"
#include "stats.h"
printf("<P>Looking for path from 0x%llX to 0x%llX</P>\n", from, to);
readconfig();
+ initlogthing("gpgwww", config.logfile);
initdb();
inithash();
dofindpath(from, to, true);
destroyhash();
cleanupdb();
+ cleanuplogthing();
cleanupconfig();
puts("<HR>");