mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-02-16 22:06:55 +00:00
unbreak for PAM case
This commit is contained in:
parent
2101bfc4e1
commit
e9b7d720c8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user