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)
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 cbf093f0d..d419fa0d2 100644
--- a/auth-passwd.c
+++ b/auth-passwd.c
@@ -92,8 +92,8 @@ extern char *aixloginmsg;
92int 92int
93auth_password(Authctxt *authctxt, const char *password) 93auth_password(Authctxt *authctxt, const char *password)
94{ 94{
95#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
96 struct passwd * pw = authctxt->pw; 95 struct passwd * pw = authctxt->pw;
96#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
97 char *encrypted_password; 97 char *encrypted_password;
98 char *pw_password; 98 char *pw_password;
99 char *salt; 99 char *salt;