From 8565f28e7cfba386567e6d26beb1b9415ca7090a Mon Sep 17 00:00:00 2001 From: stevesk Date: Sun, 21 Jul 2002 23:20:07 +0000 Subject: [PATCH] - (stevesk) [auth-pam.h] unneeded include --- ChangeLog | 1 + auth-pam.h | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8b406e1f..737e5b67 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(). diff --git a/auth-pam.h b/auth-pam.h index 8d0557b3..18f81028 100644 --- a/auth-pam.h +++ b/auth-pam.h @@ -27,8 +27,6 @@ #include "includes.h" #ifdef USE_PAM -#include /* For struct passwd */ - void start_pam(const char *user); void finish_pam(void); int auth_pam_password(Authctxt *authctxt, const char *password); -- 2.45.2