diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ssh-keygen.c | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -12,6 +12,9 @@ | |||
12 | - deraadt@cvs.openbsd.org 2005/03/10 22:40:38 | 12 | - deraadt@cvs.openbsd.org 2005/03/10 22:40:38 |
13 | [auth-options.c] | 13 | [auth-options.c] |
14 | spacing | 14 | spacing |
15 | - markus@cvs.openbsd.org 2005/03/11 14:59:06 | ||
16 | [ssh-keygen.c] | ||
17 | typo, missing \n; mpech | ||
15 | 18 | ||
16 | 20050313 | 19 | 20050313 |
17 | - (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the | 20 | - (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the |
@@ -2346,4 +2349,4 @@ | |||
2346 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 2349 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
2347 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 2350 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
2348 | 2351 | ||
2349 | $Id: ChangeLog,v 1.3713 2005/03/14 12:08:50 dtucker Exp $ | 2352 | $Id: ChangeLog,v 1.3714 2005/03/14 12:09:18 dtucker Exp $ |
diff --git a/ssh-keygen.c b/ssh-keygen.c index b38e9c9c4..92885506a 100644 --- a/ssh-keygen.c +++ b/ssh-keygen.c | |||
@@ -12,7 +12,7 @@ | |||
12 | */ | 12 | */ |
13 | 13 | ||
14 | #include "includes.h" | 14 | #include "includes.h" |
15 | RCSID("$OpenBSD: ssh-keygen.c,v 1.121 2005/03/10 22:01:06 deraadt Exp $"); | 15 | RCSID("$OpenBSD: ssh-keygen.c,v 1.122 2005/03/11 14:59:06 markus Exp $"); |
16 | 16 | ||
17 | #include <openssl/evp.h> | 17 | #include <openssl/evp.h> |
18 | #include <openssl/pem.h> | 18 | #include <openssl/pem.h> |
@@ -707,7 +707,7 @@ do_known_hosts(struct passwd *pw, const char *name) | |||
707 | identity_file); | 707 | identity_file); |
708 | if (inplace) { | 708 | if (inplace) { |
709 | fprintf(stderr, "Not replacing existing known_hosts " | 709 | fprintf(stderr, "Not replacing existing known_hosts " |
710 | "file beacuse of errors"); | 710 | "file because of errors\n"); |
711 | fclose(out); | 711 | fclose(out); |
712 | unlink(tmp); | 712 | unlink(tmp); |
713 | } | 713 | } |