]> andersk Git - openssh.git/blobdiff - serverloop.c
Please grep through the source and look for 'ISSUE' comments and verify
[openssh.git] / serverloop.c
index 5fb0ed020cc449d7d09166484fde05d650f280e0..958c9661eb8f7dad60085e5a8bd896441cde59ae 100644 (file)
@@ -35,7 +35,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: serverloop.c,v 1.39 2000/12/27 14:19:21 markus Exp $");
+RCSID("$OpenBSD: serverloop.c,v 1.40 2001/01/18 17:00:00 markus Exp $");
 
 #include "xmalloc.h"
 #include "ssh.h"
@@ -47,10 +47,10 @@ RCSID("$OpenBSD: serverloop.c,v 1.39 2000/12/27 14:19:21 markus Exp $");
 
 #include "compat.h"
 #include "ssh2.h"
+#include "auth.h"
 #include "session.h"
 #include "dispatch.h"
 #include "auth-options.h"
-#include "auth.h"
 
 extern ServerOptions options;
 
This page took 0.044633 seconds and 4 git commands to generate.