summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
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);