summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-08-01 01:26:29 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-08-01 01:26:29 +0000
commit4b99be899cc47064c13d8beabc32fe5c3a8f94b5 (patch)
treed54021920cacaaa4389c1170963cfe8b36c20b00 /sshconnect.c
parent8d631e851534b94585f8e9dcdf21ae0367752198 (diff)
- markus@cvs.openbsd.org 2002/07/29 18:57:30
[sshconnect.c] print file:line
Diffstat (limited to 'sshconnect.c')
-rw-r--r--sshconnect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect.c b/sshconnect.c
index 8599684e5..6004bf5e4 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -13,7 +13,7 @@
13 */ 13 */
14 14
15#include "includes.h" 15#include "includes.h"
16RCSID("$OpenBSD: sshconnect.c,v 1.132 2002/07/24 16:11:18 markus Exp $"); 16RCSID("$OpenBSD: sshconnect.c,v 1.133 2002/07/29 18:57:30 markus Exp $");
17 17
18#include <openssl/bn.h> 18#include <openssl/bn.h>
19 19
@@ -882,7 +882,7 @@ show_key_from_file(const char *file, const char *host, int keytype)
882 keytype, found, &line))) { 882 keytype, found, &line))) {
883 fp = key_fingerprint(found, SSH_FP_MD5, SSH_FP_HEX); 883 fp = key_fingerprint(found, SSH_FP_MD5, SSH_FP_HEX);
884 log("WARNING: %s key found for host %s\n" 884 log("WARNING: %s key found for host %s\n"
885 "in file %s line %d with\n" 885 "in %s:%d\n"
886 "%s key fingerprint %s.", 886 "%s key fingerprint %s.",
887 key_type(found), host, file, line, 887 key_type(found), host, file, line,
888 key_type(found), fp); 888 key_type(found), fp);