diff options
author | Darren Tucker <dtucker@zip.com.au> | 2004-02-10 03:51:34 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2004-02-10 03:51:34 +0100 |
commit | 0d86829fca3eaa01392a34547935f73463422c4e (patch) | |
tree | a8032d0bf8e0653916c3c7ccafbaeb850ba9bb80 /auth-shadow.c | |
parent | - (dtucker) [auth-pam.c auth-pam.h session.c] Bug #14: Use do_pwchange to (diff) | |
download | openssh-0d86829fca3eaa01392a34547935f73463422c4e.tar.xz openssh-0d86829fca3eaa01392a34547935f73463422c4e.zip |
Remove auth-shadow.h reference
Diffstat (limited to 'auth-shadow.c')
-rw-r--r-- | auth-shadow.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auth-shadow.c b/auth-shadow.c index 604b13304..8436eee5f 100644 --- a/auth-shadow.c +++ b/auth-shadow.c @@ -23,13 +23,12 @@ */ #include "includes.h" -RCSID("$Id: auth-shadow.c,v 1.1 2004/02/10 02:01:14 dtucker Exp $"); +RCSID("$Id: auth-shadow.c,v 1.2 2004/02/10 02:51:34 dtucker Exp $"); #ifdef USE_SHADOW #include <shadow.h> #include "auth.h" -#include "auth-shadow.h" #include "buffer.h" #include "log.h" |