]> andersk Git - openssh.git/blobdiff - kex.c
- mouring@cvs.openbsd.org 2002/05/15 15:47:49
[openssh.git] / kex.c
diff --git a/kex.c b/kex.c
index 194a865ad9dfa7797e747c0631c3e3b463c6795c..d079ab0e388a98e83e4cbb79d89543ed068ec9de 100644 (file)
--- a/kex.c
+++ b/kex.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: kex.c,v 1.49 2002/03/26 23:14:51 markus Exp $");
+RCSID("$OpenBSD: kex.c,v 1.50 2002/05/15 15:47:49 mouring Exp $");
 
 #include <openssl/crypto.h>
 
@@ -46,7 +46,7 @@ RCSID("$OpenBSD: kex.c,v 1.49 2002/03/26 23:14:51 markus Exp $");
 
 /* Use privilege separation for sshd */
 int use_privsep;
-struct monitor *monitor;
+struct monitor *pmonitor;
 
 
 /* prototype */
This page took 0.198918 seconds and 4 git commands to generate.