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…
Reference in New Issue