mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-30 09:14:59 +02: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…
x
Reference in New Issue
Block a user