From 646e7cf3d7e7d4231c2d97d27c09fe5fe1d749e2 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 13 Mar 2002 12:47:54 +1100 Subject: Import of Niels Provos' 20020312 ssh-complete.diff PAM, Cygwin and OSF SIA will not work for sure --- kex.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'kex.c') diff --git a/kex.c b/kex.c index bf8fd95b..e5c0b0d0 100644 --- a/kex.c +++ b/kex.c @@ -43,6 +43,10 @@ RCSID("$OpenBSD: kex.c,v 1.47 2002/02/28 15:46:33 markus Exp $"); #define KEX_COOKIE_LEN 16 +/* Use privilege separation for sshd */ +int use_privsep; +int mm_recvfd; + /* prototype */ static void kex_kexinit_finish(Kex *); static void kex_choose_conf(Kex *); -- cgit v1.2.3