Skip to content

Commit

Permalink
- (stevesk) [auth-pam.h] unneeded include
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Steves committed Jul 21, 2002
1 parent 7ba4970 commit 21e04eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -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().
Expand Down Expand Up @@ -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 $
4 changes: 1 addition & 3 deletions auth-pam.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 21e04eb

Please sign in to comment.