unbreak for PAM case

This commit is contained in:
Damien Miller 2003-01-22 16:21:02 +11:00
parent 2101bfc4e1
commit e9b7d720c8
1 changed files with 1 additions and 1 deletions

View File

@ -92,8 +92,8 @@ extern char *aixloginmsg;
int
auth_password(Authctxt *authctxt, const char *password)
{
#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
struct passwd * pw = authctxt->pw;
#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
char *encrypted_password;
char *pw_password;
char *salt;