diff options
author | Kevin Steves <stevesk@pobox.com> | 2002-07-21 23:20:07 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@pobox.com> | 2002-07-21 23:20:07 +0000 |
commit | 21e04eb2be1e6a621148b29ac6f57f2677dedc21 (patch) | |
tree | a6d5a2fef8f788d9a2bd9b648d2571aa534ca692 | |
parent | 7ba4970498e029dc277d87eccd2f0ca79f64fb41 (diff) |
- (stevesk) [auth-pam.h] unneeded include
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | auth-pam.h | 4 |
2 files changed, 3 insertions, 4 deletions
@@ -6,6 +6,7 @@ | |||
6 | - (stevesk) [auth-pam.c] cast to avoid initialization type mismatch | 6 | - (stevesk) [auth-pam.c] cast to avoid initialization type mismatch |
7 | warning on pam_conv struct conversation function. | 7 | warning on pam_conv struct conversation function. |
8 | - (stevesk) [auth-pam.h] license | 8 | - (stevesk) [auth-pam.h] license |
9 | - (stevesk) [auth-pam.h] unneeded include | ||
9 | 10 | ||
10 | 20020720 | 11 | 20020720 |
11 | - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng(). | 12 | - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng(). |
@@ -1406,4 +1407,4 @@ | |||
1406 | - (stevesk) entropy.c: typo in debug message | 1407 | - (stevesk) entropy.c: typo in debug message |
1407 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ | 1408 | - (djm) ssh-keygen -i needs seeded RNG; report from markus@ |
1408 | 1409 | ||
1409 | $Id: ChangeLog,v 1.2384 2002/07/21 23:16:00 stevesk Exp $ | 1410 | $Id: ChangeLog,v 1.2385 2002/07/21 23:20:07 stevesk Exp $ |
diff --git a/auth-pam.h b/auth-pam.h index 148ebe0c8..8cb7389e1 100644 --- a/auth-pam.h +++ b/auth-pam.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: auth-pam.h,v 1.13 2002/07/21 23:16:01 stevesk Exp $ */ | 1 | /* $Id: auth-pam.h,v 1.14 2002/07/21 23:20:07 stevesk Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Damien Miller. All rights reserved. | 4 | * Copyright (c) 2000 Damien Miller. All rights reserved. |
@@ -27,8 +27,6 @@ | |||
27 | #include "includes.h" | 27 | #include "includes.h" |
28 | #ifdef USE_PAM | 28 | #ifdef USE_PAM |
29 | 29 | ||
30 | #include <pwd.h> /* For struct passwd */ | ||
31 | |||
32 | void start_pam(const char *user); | 30 | void start_pam(const char *user); |
33 | void finish_pam(void); | 31 | void finish_pam(void); |
34 | int auth_pam_password(Authctxt *authctxt, const char *password); | 32 | int auth_pam_password(Authctxt *authctxt, const char *password); |