summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--auth-options.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 924f3f5e6..89171306a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
10 [ssh.c] 10 [ssh.c]
11 display a warning from ssh when XAuthLocation does not exist or xauth 11 display a warning from ssh when XAuthLocation does not exist or xauth
12 returned no authentication data. ok markus@ 12 returned no authentication data. ok markus@
13 - stevesk@cvs.openbsd.org 2002/07/21 18:32:20
14 [auth-options.c]
15 unneeded includes
13 16
1420020722 1720020722
15 - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk 18 - (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
@@ -1433,4 +1436,4 @@
1433 - (stevesk) entropy.c: typo in debug message 1436 - (stevesk) entropy.c: typo in debug message
1434 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1437 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1435 1438
1436$Id: ChangeLog,v 1.2397 2002/07/23 21:05:17 mouring Exp $ 1439$Id: ChangeLog,v 1.2398 2002/07/23 21:06:45 mouring Exp $
diff --git a/auth-options.c b/auth-options.c
index 2787d2948..41a29f79c 100644
--- a/auth-options.c
+++ b/auth-options.c
@@ -10,9 +10,8 @@
10 */ 10 */
11 11
12#include "includes.h" 12#include "includes.h"
13RCSID("$OpenBSD: auth-options.c,v 1.24 2002/05/13 20:44:58 markus Exp $"); 13RCSID("$OpenBSD: auth-options.c,v 1.25 2002/07/21 18:32:20 stevesk Exp $");
14 14
15#include "packet.h"
16#include "xmalloc.h" 15#include "xmalloc.h"
17#include "match.h" 16#include "match.h"
18#include "log.h" 17#include "log.h"
@@ -20,7 +19,6 @@ RCSID("$OpenBSD: auth-options.c,v 1.24 2002/05/13 20:44:58 markus Exp $");
20#include "channels.h" 19#include "channels.h"
21#include "auth-options.h" 20#include "auth-options.h"
22#include "servconf.h" 21#include "servconf.h"
23#include "bufaux.h"
24#include "misc.h" 22#include "misc.h"
25#include "monitor_wrap.h" 23#include "monitor_wrap.h"
26#include "auth.h" 24#include "auth.h"