]> andersk Git - openssh.git/blobdiff - kex.c
Import of Niels Provos' 20020312 ssh-complete.diff
[openssh.git] / kex.c
diff --git a/kex.c b/kex.c
index bf8fd95b4a289a3f0ea0bffdc0ced3d88f8b1509..e5c0b0d00a1aaa1f64c790b85ba287eb34ec9439 100644 (file)
--- 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 *);
This page took 0.043576 seconds and 4 git commands to generate.