diff options
Diffstat (limited to 'auth-passwd.c')
-rw-r--r-- | auth-passwd.c | 2 |
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; | |||
92 | int | 92 | int |
93 | auth_password(Authctxt *authctxt, const char *password) | 93 | auth_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; |