diff options
Diffstat (limited to 'sshconnect.c')
-rw-r--r-- | sshconnect.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect.c b/sshconnect.c index c04aa1057..dee3ba544 100644 --- a/sshconnect.c +++ b/sshconnect.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: sshconnect.c,v 1.212 2008/10/14 18:11:33 stevesk Exp $ */ | 1 | /* $OpenBSD: sshconnect.c,v 1.213 2009/05/27 06:38:16 andreas 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 |
@@ -413,7 +413,7 @@ ssh_connect(const char *host, struct sockaddr_storage * hostaddr, | |||
413 | * Waits for the server identification string, and sends our own | 413 | * Waits for the server identification string, and sends our own |
414 | * identification string. | 414 | * identification string. |
415 | */ | 415 | */ |
416 | static void | 416 | void |
417 | ssh_exchange_identification(int timeout_ms) | 417 | ssh_exchange_identification(int timeout_ms) |
418 | { | 418 | { |
419 | char buf[256], remote_version[256]; /* must be same size! */ | 419 | char buf[256], remote_version[256]; /* must be same size! */ |