From: Pekka Riikonen Date: Mon, 18 Aug 2003 09:41:43 +0000 (+0000) Subject: -> X-Git-Tag: 1.2.beta1~818 X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=commitdiff_plain;h=f7230bb3ed5bcdf2c884565178e75df0ce6a1315 -> --- diff --git a/apps/silcmap/silcmap_html.c b/apps/silcmap/silcmap_html.c index 975e9bd0..3fa9b32b 100644 --- a/apps/silcmap/silcmap_html.c +++ b/apps/silcmap/silcmap_html.c @@ -135,9 +135,9 @@ bool silc_map_writehtml(SilcMap map, SilcMapConnection mapconn) fprintf(fp, "Country : %s\n", ident->country); } fprintf(fp, "  "); - fprintf(fp, "Fingerprint (SHA1) : %s\n", fingerprint); + fprintf(fp, "Fingerprint (SHA1) : %s\n", fingerprint); fprintf(fp, "  "); - fprintf(fp, "Babbleprint (SHA1) : %s\n", babbleprint); + fprintf(fp, "Babbleprint (SHA1) : %s\n", babbleprint); fprintf(fp, "\n"); pd = fopen(mapconn->public_key, "r");