=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshd.c,v retrieving revision 1.195.2.1 retrieving revision 1.195.2.2 diff -u -r1.195.2.1 -r1.195.2.2 --- src/usr.bin/ssh/sshd.c 2001/09/27 19:03:55 1.195.2.1 +++ src/usr.bin/ssh/sshd.c 2001/11/15 00:15:19 1.195.2.2 @@ -40,7 +40,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: sshd.c,v 1.195.2.1 2001/09/27 19:03:55 jason Exp $"); +RCSID("$OpenBSD: sshd.c,v 1.195.2.2 2001/11/15 00:15:19 miod Exp $"); #include #include @@ -71,6 +71,7 @@ #include "auth.h" #include "misc.h" #include "dispatch.h" +#include "channels.h" #ifdef LIBWRAP #include @@ -656,6 +657,7 @@ } } SSLeay_add_all_algorithms(); + channel_set_af(IPv4or6); /* * Force logging to stderr until we have loaded the private host