summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-07-21 23:20:07 +0000
committerKevin Steves <stevesk@pobox.com>2002-07-21 23:20:07 +0000
commit21e04eb2be1e6a621148b29ac6f57f2677dedc21 (patch)
treea6d5a2fef8f788d9a2bd9b648d2571aa534ca692
parent7ba4970498e029dc277d87eccd2f0ca79f64fb41 (diff)
- (stevesk) [auth-pam.h] unneeded include
-rw-r--r--ChangeLog3
-rw-r--r--auth-pam.h4
2 files changed, 3 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f134939d..ae78d0a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
- (stevesk) [auth-pam.c] cast to avoid initialization type mismatch
warning on pam_conv struct conversation function.
- (stevesk) [auth-pam.h] license
+ - (stevesk) [auth-pam.h] unneeded include
20020720
- (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng().
@@ -1406,4 +1407,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
-$Id: ChangeLog,v 1.2384 2002/07/21 23:16:00 stevesk Exp $
+$Id: ChangeLog,v 1.2385 2002/07/21 23:20:07 stevesk Exp $
diff --git a/auth-pam.h b/auth-pam.h
index 148ebe0c..8cb7389e 100644
--- a/auth-pam.h
+++ b/auth-pam.h
@@ -1,4 +1,4 @@
-/* $Id: auth-pam.h,v 1.13 2002/07/21 23:16:01 stevesk Exp $ */
+/* $Id: auth-pam.h,v 1.14 2002/07/21 23:20:07 stevesk Exp $ */
/*
* Copyright (c) 2000 Damien Miller. All rights reserved.
@@ -27,8 +27,6 @@
#include "includes.h"
#ifdef USE_PAM
-#include <pwd.h> /* For struct passwd */
-
void start_pam(const char *user);
void finish_pam(void);
int auth_pam_password(Authctxt *authctxt, const char *password);