summaryrefslogtreecommitdiff
path: root/auth-passwd.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-01-22 16:21:02 +1100
committerDamien Miller <djm@mindrot.org>2003-01-22 16:21:02 +1100
commite9b7d720c8de6c293a3632c1fbf02cfa9c542923 (patch)
tree8c085413dcda06f0be78a76d05e21d49a958b9a8 /auth-passwd.c
parent2101bfc4e1dbe1dc475d71158b1c24c6d2e2e412 (diff)
downloadopenssh-git-e9b7d720c8de6c293a3632c1fbf02cfa9c542923.tar.gz
unbreak for PAM case
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;