- markus@cvs.openbsd.org 2005/03/11 14:59:06
[ssh-keygen.c] typo, missing \n; mpech
This commit is contained in:
parent
90b9e02230
commit
9f438a9d63
|
@ -12,6 +12,9 @@
|
||||||
- deraadt@cvs.openbsd.org 2005/03/10 22:40:38
|
- deraadt@cvs.openbsd.org 2005/03/10 22:40:38
|
||||||
[auth-options.c]
|
[auth-options.c]
|
||||||
spacing
|
spacing
|
||||||
|
- markus@cvs.openbsd.org 2005/03/11 14:59:06
|
||||||
|
[ssh-keygen.c]
|
||||||
|
typo, missing \n; mpech
|
||||||
|
|
||||||
20050313
|
20050313
|
||||||
- (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the
|
- (dtucker) [contrib/cygwin/ssh-host-config] Makes the query for the
|
||||||
|
@ -2346,4 +2349,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3713 2005/03/14 12:08:50 dtucker Exp $
|
$Id: ChangeLog,v 1.3714 2005/03/14 12:09:18 dtucker Exp $
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: ssh-keygen.c,v 1.121 2005/03/10 22:01:06 deraadt Exp $");
|
RCSID("$OpenBSD: ssh-keygen.c,v 1.122 2005/03/11 14:59:06 markus Exp $");
|
||||||
|
|
||||||
#include <openssl/evp.h>
|
#include <openssl/evp.h>
|
||||||
#include <openssl/pem.h>
|
#include <openssl/pem.h>
|
||||||
|
@ -707,7 +707,7 @@ do_known_hosts(struct passwd *pw, const char *name)
|
||||||
identity_file);
|
identity_file);
|
||||||
if (inplace) {
|
if (inplace) {
|
||||||
fprintf(stderr, "Not replacing existing known_hosts "
|
fprintf(stderr, "Not replacing existing known_hosts "
|
||||||
"file beacuse of errors");
|
"file because of errors\n");
|
||||||
fclose(out);
|
fclose(out);
|
||||||
unlink(tmp);
|
unlink(tmp);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue