]> andersk Git - openssh.git/blobdiff - auth-passwd.c
unbreak for PAM case
[openssh.git] / 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;
This page took 0.033807 seconds and 4 git commands to generate.