diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2003-08-29 18:59:52 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2003-08-29 18:59:52 +0200 |
commit | 515d0f9a1eeedcbd03bb78cf09a17d99e597b5a3 (patch) | |
tree | ac86db543bf049e2aefdee65f378f13552529122 /auth-passwd.c | |
parent | - (dtucker) [auth.c] Do not check for locked accounts when PAM is enabled. (diff) | |
download | openssh-515d0f9a1eeedcbd03bb78cf09a17d99e597b5a3.tar.xz openssh-515d0f9a1eeedcbd03bb78cf09a17d99e597b5a3.zip |
- (bal) openbsd-compat/ clean up. Considate headers, add in $Id$ on our
files, and added missing license to header.
Diffstat (limited to 'auth-passwd.c')
-rw-r--r-- | auth-passwd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auth-passwd.c b/auth-passwd.c index 780e92344..a5d23b6bf 100644 --- a/auth-passwd.c +++ b/auth-passwd.c @@ -42,7 +42,6 @@ RCSID("$OpenBSD: auth-passwd.c,v 1.28 2003/07/22 13:35:22 markus Exp $"); #include "log.h" #include "servconf.h" #include "auth.h" -#include "openbsd-compat/xcrypt.h" #ifdef WITH_AIXAUTHENTICATE # include "buffer.h" # include "canohost.h" |