From 933552304296406144a64bce86b5c0f2087221a8 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 18 Aug 2003 09:44:24 +0000 Subject: [PATCH] udpates --- apps/silcmap/silcmap_html.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/silcmap/silcmap_html.c b/apps/silcmap/silcmap_html.c index 3fa9b32b..834b4464 100644 --- a/apps/silcmap/silcmap_html.c +++ b/apps/silcmap/silcmap_html.c @@ -108,7 +108,7 @@ bool silc_map_writehtml(SilcMap map, SilcMapConnection mapconn) fprintf(fp, "Algorithm : %s\n", public_key->name); if (key_len) { fprintf(fp, "  "); - fprintf(fp, "Key length (bits) : %d\n", (unsigned int)key_len); + fprintf(fp, "Key length : %d bits\n", (unsigned int)key_len); } if (ident->realname) { fprintf(fp, "  "); @@ -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 : %s\n", fingerprint); fprintf(fp, "  "); - fprintf(fp, "Babbleprint (SHA1) : %s\n", babbleprint); + fprintf(fp, "Babbleprint : %s\n", babbleprint); fprintf(fp, "\n"); pd = fopen(mapconn->public_key, "r"); -- 2.24.0