]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
- stevesk@cvs.openbsd.org 2002/07/21 18:32:20
authorBen Lindstrom <mouring@eviladmin.org>
Tue, 23 Jul 2002 21:06:45 +0000 (21:06 +0000)
committerBen Lindstrom <mouring@eviladmin.org>
Tue, 23 Jul 2002 21:06:45 +0000 (21:06 +0000)
     [auth-options.c]
     unneeded includes

ChangeLog
auth-options.c

index 924f3f5e61b4089a03c01cb43f4e62a10df3fd73..89171306a2b820c086d4b2ab0da81c6ca9f4c2f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
      [ssh.c]
      display a warning from ssh when XAuthLocation does not exist or xauth
      returned no authentication data. ok markus@
+   - stevesk@cvs.openbsd.org 2002/07/21 18:32:20
+     [auth-options.c]
+     unneeded includes
  
 20020722
  - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
  - (stevesk) entropy.c: typo in debug message
  - (djm) ssh-keygen -i needs seeded RNG; report from markus@
 
-$Id: ChangeLog,v 1.2397 2002/07/23 21:05:17 mouring Exp $
+$Id: ChangeLog,v 1.2398 2002/07/23 21:06:45 mouring Exp $
index 2787d2948b5062e5c0dac0bf1742d9ca3451a8da..41a29f79cac45aea66b6cdc47f4de53748648b12 100644 (file)
@@ -10,9 +10,8 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-options.c,v 1.24 2002/05/13 20:44:58 markus Exp $");
+RCSID("$OpenBSD: auth-options.c,v 1.25 2002/07/21 18:32:20 stevesk Exp $");
 
-#include "packet.h"
 #include "xmalloc.h"
 #include "match.h"
 #include "log.h"
@@ -20,7 +19,6 @@ RCSID("$OpenBSD: auth-options.c,v 1.24 2002/05/13 20:44:58 markus Exp $");
 #include "channels.h"
 #include "auth-options.h"
 #include "servconf.h"
-#include "bufaux.h"
 #include "misc.h"
 #include "monitor_wrap.h"
 #include "auth.h"