]> andersk Git - openssh.git/blobdiff - monitor.c
- markus@cvs.openbsd.org 2003/06/24 08:23:46
[openssh.git] / monitor.c
index f306794d4fb682c81d3bfe4509ede950743d310d..3a8735f58a70a1a631bafeaccde8cd99112a84d5 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -25,7 +25,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: monitor.c,v 1.43 2003/06/12 07:57:38 markus Exp $");
+RCSID("$OpenBSD: monitor.c,v 1.44 2003/06/24 08:23:46 markus Exp $");
 
 #include <openssl/dh.h>
 
@@ -141,7 +141,7 @@ static int key_blobtype = MM_NOKEY;
 static char *hostbased_cuser = NULL;
 static char *hostbased_chost = NULL;
 static char *auth_method = "unknown";
-static int session_id2_len = 0;
+static u_int session_id2_len = 0;
 static u_char *session_id2 = NULL;
 static pid_t monitor_child_pid;
 
This page took 0.057486 seconds and 4 git commands to generate.