X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcapputil.c;h=415d591fd22691142a3d606bc02deff916ce7554;hp=a79ee597549e91a21c7ae838b3cb6335a64e8202;hb=816a5b080c797c0db47b7b274a85646343c3466e;hpb=c257b555225193e54d85daf541d29578b3c93882 diff --git a/lib/silcutil/silcapputil.c b/lib/silcutil/silcapputil.c index a79ee597..415d591f 100644 --- a/lib/silcutil/silcapputil.c +++ b/lib/silcutil/silcapputil.c @@ -1,10 +1,10 @@ /* - silcapputil.c + silcapputil.c Author: Pekka Riikonen - Copyright (C) 2002 Pekka Riikonen + Copyright (C) 2002 - 2005 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ static char *silc_create_pk_identifier(void) char *username = NULL, *realname = NULL; char *hostname, email[256]; char *ident; - + /* Get realname */ realname = silc_get_real_name(); @@ -89,7 +89,7 @@ New pair of keys will be created. Please, answer to following questions.\n\ alg = silc_get_input("PKCS name (l to list names) [rsa]: ", FALSE); if (!alg) alg = strdup("rsa"); - + if (*alg == 'l' || *alg == 'L') { char *list = silc_pkcs_get_supported(); printf("%s\n", list); @@ -347,8 +347,8 @@ bool silc_show_public_key(const char *pub_filename) printf("Organization : %s\n", ident->org); if (ident->country) printf("Country : %s\n", ident->country); - printf("Fingerprint (SHA1) : %s\n", fingerprint); - printf("Babbleprint (SHA1) : %s\n", babbleprint); + printf("Fingerprint (SHA1) : %s\n", fingerprint); + printf("Babbleprint (SHA1) : %s\n", babbleprint); fflush(stdout);