]> andersk Git - openssh.git/blobdiff - auth2.c
- markus@cvs.openbsd.org 2003/06/24 08:23:46
[openssh.git] / auth2.c
diff --git a/auth2.c b/auth2.c
index 5ca020001ecc43a58b3faa1bdad7c7892523fbb4..639bf91170db412d8e5a60362cd6243e77ebd7d9 100644 (file)
--- a/auth2.c
+++ b/auth2.c
@@ -23,7 +23,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth2.c,v 1.98 2003/05/14 02:15:47 markus Exp $");
+RCSID("$OpenBSD: auth2.c,v 1.99 2003/06/24 08:23:46 markus Exp $");
 
 #include "ssh2.h"
 #include "xmalloc.h"
@@ -39,7 +39,7 @@ RCSID("$OpenBSD: auth2.c,v 1.98 2003/05/14 02:15:47 markus Exp $");
 /* import */
 extern ServerOptions options;
 extern u_char *session_id2;
-extern int session_id2_len;
+extern u_int session_id2_len;
 
 Authctxt *x_authctxt = NULL;
 
This page took 0.03588 seconds and 4 git commands to generate.