summaryrefslogtreecommitdiff
path: root/ssh-keyscan.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keyscan.c')
-rw-r--r--ssh-keyscan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 5d77dcfd2..de456364b 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssh-keyscan.c,v 1.90 2014/03/12 04:44:58 djm Exp $ */ 1/* $OpenBSD: ssh-keyscan.c,v 1.91 2014/03/27 23:01:27 markus Exp $ */
2/* 2/*
3 * Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. 3 * Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>.
4 * 4 *
@@ -242,6 +242,7 @@ ssh2_capable(int remote_major, int remote_minor)
242static Key * 242static Key *
243keygrab_ssh2(con *c) 243keygrab_ssh2(con *c)
244{ 244{
245 char *myproposal[PROPOSAL_MAX] = { KEX_CLIENT };
245 int j; 246 int j;
246 247
247 packet_set_connection(c->c_fd, c->c_fd); 248 packet_set_connection(c->c_fd, c->c_fd);