X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=gpgwww.c;h=ad864f106ff562950abca5fca43d3bd39e724777;hb=05d5b193ee05a187d4f3fd05a4be1fbb6bf937b6;hp=f163ca4eb40e38e0d5ebc8e0590c49de74236af7;hpb=e3ee7975fc8f8b343390272663b8c644030b17c1;p=onak.git diff --git a/gpgwww.c b/gpgwww.c index f163ca4..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,7 +56,12 @@ 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();