mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
unbreak for PAM case
This commit is contained in:
parent
2101bfc4e1
commit
e9b7d720c8
@ -92,8 +92,8 @@ extern char *aixloginmsg;
|
|||||||
int
|
int
|
||||||
auth_password(Authctxt *authctxt, const char *password)
|
auth_password(Authctxt *authctxt, const char *password)
|
||||||
{
|
{
|
||||||
#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
|
|
||||||
struct passwd * pw = authctxt->pw;
|
struct passwd * pw = authctxt->pw;
|
||||||
|
#if !defined(USE_PAM) && !defined(HAVE_OSF_SIA)
|
||||||
char *encrypted_password;
|
char *encrypted_password;
|
||||||
char *pw_password;
|
char *pw_password;
|
||||||
char *salt;
|
char *salt;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user