- markus@cvs.openbsd.org 2002/07/29 18:57:30
[sshconnect.c] print file:line
This commit is contained in:
parent
8d631e8515
commit
4b99be899c
|
@ -15,6 +15,9 @@
|
||||||
[sftp.c]
|
[sftp.c]
|
||||||
FallBackToRsh does not exist anywhere else. Remove it from here.
|
FallBackToRsh does not exist anywhere else. Remove it from here.
|
||||||
OK deraadt.
|
OK deraadt.
|
||||||
|
- markus@cvs.openbsd.org 2002/07/29 18:57:30
|
||||||
|
[sshconnect.c]
|
||||||
|
print file:line
|
||||||
|
|
||||||
20020730
|
20020730
|
||||||
- (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de
|
- (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.de
|
||||||
|
@ -1483,4 +1486,4 @@
|
||||||
- (stevesk) entropy.c: typo in debug message
|
- (stevesk) entropy.c: typo in debug message
|
||||||
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2411 2002/08/01 01:25:00 mouring Exp $
|
$Id: ChangeLog,v 1.2412 2002/08/01 01:26:29 mouring Exp $
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: sshconnect.c,v 1.132 2002/07/24 16:11:18 markus Exp $");
|
RCSID("$OpenBSD: sshconnect.c,v 1.133 2002/07/29 18:57:30 markus Exp $");
|
||||||
|
|
||||||
#include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
|
|
||||||
|
@ -882,7 +882,7 @@ show_key_from_file(const char *file, const char *host, int keytype)
|
||||||
keytype, found, &line))) {
|
keytype, found, &line))) {
|
||||||
fp = key_fingerprint(found, SSH_FP_MD5, SSH_FP_HEX);
|
fp = key_fingerprint(found, SSH_FP_MD5, SSH_FP_HEX);
|
||||||
log("WARNING: %s key found for host %s\n"
|
log("WARNING: %s key found for host %s\n"
|
||||||
"in file %s line %d with\n"
|
"in %s:%d\n"
|
||||||
"%s key fingerprint %s.",
|
"%s key fingerprint %s.",
|
||||||
key_type(found), host, file, line,
|
key_type(found), host, file, line,
|
||||||
key_type(found), fp);
|
key_type(found), fp);
|
||||||
|
|
Loading…
Reference in New Issue