summaryrefslogtreecommitdiff
path: root/auth-options.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-options.c')
-rw-r--r--auth-options.c4
1 files changed, 1 insertions, 3 deletions
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"