X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;h=ad864f106ff562950abca5fca43d3bd39e724777;hb=f66d64273ade589cdc5e1df88b8e025a8d6f0286;hp=f5b16448de0f4591318631bda69dd9c093b19976;hpb=3b5b9db0bc2dbe93b3b79e722997606c71ecafb9;p=onak.git diff --git a/gpgwww.c b/gpgwww.c index f5b1644..ad864f1 100644 --- a/gpgwww.c +++ b/gpgwww.c @@ -4,6 +4,8 @@ * Jonathan McDowell * * Copyright 2001-2002 Project Purple. + * + * $Id: gpgwww.c,v 1.10 2003/06/04 20:57:08 noodles Exp $ */ // #include @@ -54,12 +56,17 @@ int main(int argc, char *argv[]) exit(1); } - printf("

Looking for path from 0x%llX to 0x%llX

\n", from, to); + printf("

Looking for path from 0x%llX to 0x%llX.\n", from, to); + printf("" + "Find reverse path

\n", + to, + from); + readconfig(); initlogthing("gpgwww", config.logfile); initdb(); inithash(); - dofindpath(from, to, true); + dofindpath(from, to, true, 3); destroyhash(); cleanupdb(); cleanuplogthing();