summaryrefslogtreecommitdiff
path: root/kex.c
diff options
context:
space:
mode:
Diffstat (limited to 'kex.c')
-rw-r--r--kex.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/kex.c b/kex.c
index e5c0b0d00..bf8fd95b4 100644
--- a/kex.c
+++ b/kex.c
@@ -43,10 +43,6 @@ 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
50/* prototype */ 46/* prototype */
51static void kex_kexinit_finish(Kex *); 47static void kex_kexinit_finish(Kex *);
52static void kex_choose_conf(Kex *); 48static void kex_choose_conf(Kex *);