diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sshconnect.c | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -3,6 +3,9 @@ | |||
3 | - dtucker@cvs.openbsd.org 2012/09/13 23:37:36 | 3 | - dtucker@cvs.openbsd.org 2012/09/13 23:37:36 |
4 | [servconf.c] | 4 | [servconf.c] |
5 | Fix comment line length | 5 | Fix comment line length |
6 | - markus@cvs.openbsd.org 2012/09/14 16:51:34 | ||
7 | [sshconnect.c] | ||
8 | remove unused variable | ||
6 | 9 | ||
7 | 20120907 | 10 | 20120907 |
8 | - (dtucker) OpenBSD CVS Sync | 11 | - (dtucker) OpenBSD CVS Sync |
diff --git a/sshconnect.c b/sshconnect.c index 3d44b2e46..07800a65f 100644 --- a/sshconnect.c +++ b/sshconnect.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshconnect.c,v 1.235 2012/08/17 01:30:00 djm Exp $ */ | 1 | /* $OpenBSD: sshconnect.c,v 1.236 2012/09/14 16:51:34 markus Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -432,8 +432,6 @@ ssh_connect(const char *host, struct sockaddr_storage * hostaddr, | |||
432 | static void | 432 | static void |
433 | send_client_banner(int connection_out, int minor1) | 433 | send_client_banner(int connection_out, int minor1) |
434 | { | 434 | { |
435 | char buf[256]; | ||
436 | |||
437 | /* Send our own protocol version identification. */ | 435 | /* Send our own protocol version identification. */ |
438 | if (compat20) { | 436 | if (compat20) { |
439 | xasprintf(&client_version_string, "SSH-%d.%d-%.100s\r\n", | 437 | xasprintf(&client_version_string, "SSH-%d.%d-%.100s\r\n", |