X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/f83b0f6a23e1f571c0be1556397f25976251355e..13b90bdd9190a9d55c110cad33483b1a5df1f3ea:/auth-shadow.c diff --git a/auth-shadow.c b/auth-shadow.c index 5762723a..21909167 100644 --- a/auth-shadow.c +++ b/auth-shadow.c @@ -23,11 +23,15 @@ */ #include "includes.h" -RCSID("$Id$"); #if defined(USE_SHADOW) && defined(HAS_SHADOW_EXPIRE) #include +#include +#include +#include +#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 */