]> andersk Git - openssh.git/blobdiff - clientloop.c
- (djm) OpenBSD CVS updates:
[openssh.git] / clientloop.c
index f7ac7b3b02ce048c5c7d1f4d8f94b7e61e1ab24c..67fa36d911af79820b610f16a868d61d7b8d813b 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.28 2000/07/13 23:14:08 provos Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.29 2000/07/16 08:27:21 markus Exp $");
 
 #include "xmalloc.h"
 #include "ssh.h"
 #include "packet.h"
 #include "buffer.h"
-#include "authfd.h"
 #include "readconf.h"
 
 #include "ssh2.h"
@@ -30,7 +29,6 @@ RCSID("$OpenBSD: clientloop.c,v 1.28 2000/07/13 23:14:08 provos Exp $");
 #include "channels.h"
 #include "dispatch.h"
 
-
 /* Flag indicating that stdin should be redirected from /dev/null. */
 extern int stdin_null_flag;
 
This page took 0.032563 seconds and 4 git commands to generate.