summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth-passwd.c')
-rw-r--r--auth-passwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-passwd.c b/auth-passwd.c
index cbf093f0..d419fa0d 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;