summaryrefslogtreecommitdiff
path: root/kex.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-03-13 12:47:54 +1100
committerDamien Miller <djm@mindrot.org>2002-03-13 12:47:54 +1100
commit646e7cf3d7e7d4231c2d97d27c09fe5fe1d749e2 (patch)
treea693368c47d2d044514878fbb1516f87b487f78b /kex.c
parent29bdd2c9bca2737e7a246ed50fd827a6ccba0c61 (diff)
Import of Niels Provos' 20020312 ssh-complete.diff
PAM, Cygwin and OSF SIA will not work for sure
Diffstat (limited to 'kex.c')
-rw-r--r--kex.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/kex.c b/kex.c
index bf8fd95b4..e5c0b0d00 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 $");
43 43
44#define KEX_COOKIE_LEN 16 44#define KEX_COOKIE_LEN 16
45 45
46/* Use privilege separation for sshd */
47int use_privsep;
48int mm_recvfd;
49
46/* prototype */ 50/* prototype */
47static void kex_kexinit_finish(Kex *); 51static void kex_kexinit_finish(Kex *);
48static void kex_choose_conf(Kex *); 52static void kex_choose_conf(Kex *);