diff options
author | Damien Miller <djm@mindrot.org> | 2002-03-13 13:19:42 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2002-03-13 13:19:42 +1100 |
commit | 3a5b0233306a3db3a5db5b9ddc187c55e9b251f4 (patch) | |
tree | 86478addb63771a9a1be0e13cfbdea9f964f963a /kex.c | |
parent | 3225fb454d0e79cf6f824dd00ff478749620277b (diff) | |
download | openssh-git-3a5b0233306a3db3a5db5b9ddc187c55e9b251f4.tar.gz |
Stupid djm commits experimental code to head instead of branch
revert
Diffstat (limited to 'kex.c')
-rw-r--r-- | kex.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -43,10 +43,6 @@ 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 *); |