]> andersk Git - gssapi-openssh.git/blobdiff - openssh/gss-serv-gsi.c
merged OpenSSH 4.4p1 to trunk
[gssapi-openssh.git] / openssh / gss-serv-gsi.c
index c152e79ffd24983f51a2659d8039a2b3377851c1..9fdd9254df10cb21cd08599a146ce0803ef03cfa 100644 (file)
 #ifdef GSSAPI
 #ifdef GSI
 
-#include "auth.h"
-#include "auth-pam.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.050762 seconds and 4 git commands to generate.