]> andersk Git - openssh.git/blobdiff - auth-shadow.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / auth-shadow.c
index 5762723a0a3a932e76d0f56c6f54b9c975f0ed1f..2190916776122d80e55a649b6bb5292ed510938f 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 <time.h>
 
+#include "key.h"
+#include "hostfile.h"
 #include "auth.h"
 #include "buffer.h"
 #include "log.h"
@@ -101,7 +105,7 @@ auth_shadow_pwexpired(Authctxt *ctxt)
 #if defined(__hpux) && !defined(HAVE_SECUREWARE)
        if (iscomsec()) {
                struct pr_passwd *pr;
-                      
+
                pr = getprpwnam((char *)user);
 
                /* Test for Trusted Mode expiry disabled */
This page took 0.051781 seconds and 4 git commands to generate.