summaryrefslogtreecommitdiff
path: root/sshconnect.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect.c')
-rw-r--r--sshconnect.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sshconnect.c b/sshconnect.c
index f99fe0257..dae25969a 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.136 2002/11/21 22:45:31 markus Exp $"); 16RCSID("$OpenBSD: sshconnect.c,v 1.137 2002/11/21 23:03:51 deraadt Exp $");
17 17
18#include <openssl/bn.h> 18#include <openssl/bn.h>
19 19
@@ -649,10 +649,10 @@ check_host_key(char *host, struct sockaddr *hostaddr, Key *host_key,
649 "%s key fingerprint is %s.\n" 649 "%s key fingerprint is %s.\n"
650 "Are you sure you want to continue connecting " 650 "Are you sure you want to continue connecting "
651 "(yes/no)? ", 651 "(yes/no)? ",
652 host, ip, 652 host, ip,
653 has_keys ? ",\nbut keys of different type are already " 653 has_keys ? ",\nbut keys of different type are already "
654 "known for this host." : ".", 654 "known for this host." : ".",
655 type, fp); 655 type, fp);
656 xfree(fp); 656 xfree(fp);
657 if (!confirm(msg)) 657 if (!confirm(msg))
658 goto fail; 658 goto fail;