]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
unbreak for PAM case
authorDamien Miller <djm@mindrot.org>
Wed, 22 Jan 2003 05:21:02 +0000 (16:21 +1100)
committerDamien Miller <djm@mindrot.org>
Wed, 22 Jan 2003 05:21:02 +0000 (16:21 +1100)
auth-passwd.c

index cbf093f0d217de018b4de64e3b29b00647c15ce0..d419fa0d2c9f2726f2a8f253a397c43efece3159 100644 (file)
@@ -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;