summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2001-10-01 21:38:53 +0000
committermarkus <markus@openbsd.org>2001-10-01 21:38:53 +0000
commit92f158c349eced61813b67415ec8bcaabe94ef23 (patch)
treeb4559d5e2531241d1e1d529f85647370e6145339 /usr.bin/ssh/ssh.c
parentnew rmd160 implementation. based on (diff)
downloadwireguard-openbsd-92f158c349eced61813b67415ec8bcaabe94ef23.tar.xz
wireguard-openbsd-92f158c349eced61813b67415ec8bcaabe94ef23.zip
remove ugliness; vp@drexel.edu via angelos
Diffstat (limited to 'usr.bin/ssh/ssh.c')
-rw-r--r--usr.bin/ssh/ssh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh.c b/usr.bin/ssh/ssh.c
index cef0d5f0243..bf48b5f2639 100644
--- a/usr.bin/ssh/ssh.c
+++ b/usr.bin/ssh/ssh.c
@@ -39,7 +39,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.145 2001/09/28 15:46:29 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.146 2001/10/01 21:38:53 markus Exp $");
#include <openssl/evp.h>
#include <openssl/err.h>
@@ -551,6 +551,7 @@ again:
SSLeay_add_all_algorithms();
ERR_load_crypto_strings();
+ channel_set_af(IPv4or6);
/* Initialize the command to execute on remote host. */
buffer_init(&command);