summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index f0903c5bc..a19b06b21 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.146 2001/10/01 21:38:53 markus Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.147 2001/10/08 19:05:05 markus Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -681,7 +681,7 @@ again:
681 681
682 /* Open a connection to the remote host. */ 682 /* Open a connection to the remote host. */
683 683
684 cerr = ssh_connect(host, &hostaddr, options.port, 684 cerr = ssh_connect(host, &hostaddr, options.port, IPv4or6,
685 options.connection_attempts, 685 options.connection_attempts,
686 original_effective_uid != 0 || !options.use_privileged_port, 686 original_effective_uid != 0 || !options.use_privileged_port,
687 pw, options.proxy_command); 687 pw, options.proxy_command);