]> andersk Git - openssh.git/blobdiff - gss-serv-krb5.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / gss-serv-krb5.c
index eae29b2ae5797050e55a2347277c4062f668ff5f..5a625acb89a6bad1f4c45d452376c9de0c318aca 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: gss-serv-krb5.c,v 1.6 2006/07/02 18:36:47 stevesk Exp $ */
+/* $OpenBSD: gss-serv-krb5.c,v 1.7 2006/08/03 03:34:42 deraadt Exp $ */
 
 /*
  * Copyright (c) 2001-2003 Simon Wilkinson. All rights reserved.
 #ifdef GSSAPI
 #ifdef KRB5
 
-#include "auth.h"
+#include <sys/types.h>
+
+#include <stdarg.h>
+#include <string.h>
+
 #include "xmalloc.h"
+#include "key.h"
+#include "hostfile.h"
+#include "auth.h"
 #include "log.h"
 #include "servconf.h"
 
+#include "buffer.h"
 #include "ssh-gss.h"
 
 extern ServerOptions options;
This page took 0.089234 seconds and 4 git commands to generate.