X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fgenauth.c;h=a27bd77936bd01eb2a6c8cfc8f663398fad47f2c;hp=fa2e1ec7a5e2624db25641b567ec50501f376ab2;hb=85adeef21275633b78a234b2660cbe3bc9dd2c33;hpb=97ce045189e330e121873d1b4be1959c60062cbb diff --git a/src/genauth.c b/src/genauth.c index fa2e1ec7..a27bd779 100644 --- a/src/genauth.c +++ b/src/genauth.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: genauth.c,v 1.7.4.1 2000/10/11 12:07:27 guus Exp $ + $Id: genauth.c,v 1.7.4.2 2000/10/15 00:59:34 guus Exp $ */ #include "config.h" @@ -98,7 +98,8 @@ int main(int argc, char **argv) fprintf(stderr, _("Done.\n")); - printf("Public key:\t%s\nPrivate key:\t%s\n", BN_bn2hex(key->n), BN_bn2hex(key->d)); + printf(_("Public key: %s\n"), BN_bn2hex(key->n)); + printf(_("Private key: %s\n"), BN_bn2hex(key->d)); return 0; }