diff --git a/auth-passwd.c b/auth-passwd.c index cbf093f0d..d419fa0d2 100644 --- a/auth-passwd.c +++ b/auth-passwd.c @@ -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;