diff options
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> |