]> andersk Git - openssh.git/blobdiff - kex.c
- provos@cvs.openbsd.org 2002/03/18 17:50:31
[openssh.git] / kex.c
diff --git a/kex.c b/kex.c
index bf8fd95b4a289a3f0ea0bffdc0ced3d88f8b1509..8097ab0f26348633d9e6bab58298b9d96b27995c 100644 (file)
--- a/kex.c
+++ b/kex.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: kex.c,v 1.47 2002/02/28 15:46:33 markus Exp $");
+RCSID("$OpenBSD: kex.c,v 1.48 2002/03/18 17:50:31 provos Exp $");
 
 #include <openssl/crypto.h>
 
@@ -40,9 +40,15 @@ RCSID("$OpenBSD: kex.c,v 1.47 2002/02/28 15:46:33 markus Exp $");
 #include "mac.h"
 #include "match.h"
 #include "dispatch.h"
+#include "monitor.h"
 
 #define KEX_COOKIE_LEN 16
 
+/* Use privilege separation for sshd */
+int use_privsep;
+struct monitor *monitor;
+
+
 /* prototype */
 static void kex_kexinit_finish(Kex *);
 static void kex_choose_conf(Kex *);
This page took 0.033963 seconds and 4 git commands to generate.