]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth-shadow.c
Import of OpenSSH 4.4p1
[gssapi-openssh.git] / openssh / auth-shadow.c
index 3e27b46c0924c442fdc564491309ded4ae821b16..8b3160aeedb7d06674f1104bc134bf8c67d4980b 100644 (file)
  */
 
 #include "includes.h"
-RCSID("$Id$");
 
 #if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE)
 #include <shadow.h>
+#include <stdarg.h>
+#include <string.h>
 
+#include "key.h"
+#include "hostfile.h"
 #include "auth.h"
 #include "buffer.h"
 #include "log.h"
This page took 0.131041 seconds and 4 git commands to generate.