diff options
author | Charl Botha <cpbotha@cpbotha.net> | 2001-05-12 09:58:43 +0000 |
---|---|---|
committer | Charl Botha <cpbotha@cpbotha.net> | 2001-05-12 09:58:43 +0000 |
commit | ddb636392602a242ab8f490b95fbc9df8c2d0a8e (patch) | |
tree | a02a0f7591e21ae043739f331d304731c3dc62e9 /pam_pwdfile.c | |
parent | ee10b1265092a0ffba82479ffc179b3f398fc441 (diff) | |
download | libpam-pwdfile-ddb636392602a242ab8f490b95fbc9df8c2d0a8e.tar.gz |
Ready for 0.8.v0.8
Diffstat (limited to 'pam_pwdfile.c')
-rw-r--r-- | pam_pwdfile.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pam_pwdfile.c b/pam_pwdfile.c index 3d91d3d..918a4e4 100644 --- a/pam_pwdfile.c +++ b/pam_pwdfile.c @@ -1,6 +1,6 @@ /* pam_pwdfile.c copyright 1999 by Charl P. Botha <cpbotha@ieee.org> * - * $Id: pam_pwdfile.c,v 1.10 2001-04-17 21:16:12 cpbotha Exp $ + * $Id: pam_pwdfile.c,v 1.11 2001-05-12 09:58:43 cpbotha Exp $ * * pam authentication module that can be pointed at any username/crypted * text file so that pam using application can use an alternate set of @@ -42,8 +42,6 @@ * OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include <security/_pam_aconf.h> - #include <syslog.h> #include <stdarg.h> #include <stdio.h> |