summaryrefslogtreecommitdiff
path: root/auth2-none.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth2-none.c')
-rw-r--r--auth2-none.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/auth2-none.c b/auth2-none.c
index d6738175f..1e4afa0e7 100644
--- a/auth2-none.c
+++ b/auth2-none.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: auth2-none.c,v 1.11 2006/07/09 15:15:10 stevesk Exp $ */ 1/* $OpenBSD: auth2-none.c,v 1.12 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 *
@@ -30,14 +30,20 @@
30 30
31#include <fcntl.h> 31#include <fcntl.h>
32 32
33#include "auth.h"
34#include "xmalloc.h" 33#include "xmalloc.h"
34#include "key.h"
35#include "hostfile.h"
36#include "auth.h"
35#include "packet.h" 37#include "packet.h"
36#include "log.h" 38#include "log.h"
39#include "buffer.h"
37#include "servconf.h" 40#include "servconf.h"
38#include "atomicio.h" 41#include "atomicio.h"
39#include "compat.h" 42#include "compat.h"
40#include "ssh2.h" 43#include "ssh2.h"
44#ifdef GSSAPI
45#include "ssh-gss.h"
46#endif
41#include "monitor_wrap.h" 47#include "monitor_wrap.h"
42 48
43/* import */ 49/* import */