diff options
Diffstat (limited to 'kex.c')
-rw-r--r-- | kex.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ | |||
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "includes.h" | 25 | #include "includes.h" |
26 | RCSID("$OpenBSD: kex.c,v 1.49 2002/03/26 23:14:51 markus Exp $"); | 26 | RCSID("$OpenBSD: kex.c,v 1.50 2002/05/15 15:47:49 mouring Exp $"); |
27 | 27 | ||
28 | #include <openssl/crypto.h> | 28 | #include <openssl/crypto.h> |
29 | 29 | ||
@@ -46,7 +46,7 @@ RCSID("$OpenBSD: kex.c,v 1.49 2002/03/26 23:14:51 markus Exp $"); | |||
46 | 46 | ||
47 | /* Use privilege separation for sshd */ | 47 | /* Use privilege separation for sshd */ |
48 | int use_privsep; | 48 | int use_privsep; |
49 | struct monitor *monitor; | 49 | struct monitor *pmonitor; |
50 | 50 | ||
51 | 51 | ||
52 | /* prototype */ | 52 | /* prototype */ |