summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/auth.c b/auth.c
index 88a8e22ef..fba32eb96 100644
--- a/auth.c
+++ b/auth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth.c,v 1.74 2006/08/01 23:22:47 stevesk Exp $ */ 1/* $OpenBSD: auth.c,v 1.75 2006/08/03 03:34:41 deraadt Exp $ */
2/* 2/*
3 * Copyright (c) 2000 Markus Friedl. All rights reserved. 3 * Copyright (c) 2000 Markus Friedl. All rights reserved.
4 * 4 *
@@ -51,17 +51,21 @@
51#include "match.h" 51#include "match.h"
52#include "groupaccess.h" 52#include "groupaccess.h"
53#include "log.h" 53#include "log.h"
54#include "buffer.h"
54#include "servconf.h" 55#include "servconf.h"
56#include "key.h"
57#include "hostfile.h"
55#include "auth.h" 58#include "auth.h"
56#include "auth-options.h" 59#include "auth-options.h"
57#include "canohost.h" 60#include "canohost.h"
58#include "buffer.h"
59#include "bufaux.h"
60#include "uidswap.h" 61#include "uidswap.h"
61#include "misc.h" 62#include "misc.h"
62#include "bufaux.h" 63#include "bufaux.h"
63#include "packet.h" 64#include "packet.h"
64#include "loginrec.h" 65#include "loginrec.h"
66#ifdef GSSAPI
67#include "ssh-gss.h"
68#endif
65#include "monitor_wrap.h" 69#include "monitor_wrap.h"
66 70
67/* import */ 71/* import */