]> andersk Git - openssh.git/blobdiff - auth2-none.c
- (djm) [openbsd-compat/regress/snprintftest.c]
[openssh.git] / auth2-none.c
index 3fdf09a3a0db2800cfa526e4355f362de5be2737..1e4afa0e7b6386da13b3df6e3a89b1617c6b5114 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: auth2-none.c,v 1.10 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: auth2-none.c,v 1.12 2006/08/03 03:34:41 deraadt Exp $ */
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
  *
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include "auth.h"
+#include <fcntl.h>
+
 #include "xmalloc.h"
+#include "key.h"
+#include "hostfile.h"
+#include "auth.h"
 #include "packet.h"
 #include "log.h"
+#include "buffer.h"
 #include "servconf.h"
 #include "atomicio.h"
 #include "compat.h"
 #include "ssh2.h"
+#ifdef GSSAPI
+#include "ssh-gss.h"
+#endif
 #include "monitor_wrap.h"
 
 /* import */
This page took 0.049369 seconds and 4 git commands to generate.