diff options
author | Tim Rice <tim@multitalents.net> | 2018-03-25 09:17:33 -0700 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2018-03-25 09:17:33 -0700 |
commit | bba02a5094b3db228ceac41cb4bfca165d0735f3 (patch) | |
tree | 4859ff59dd32836f13700e69195dc729a8ef2b87 /openbsd-compat/port-uw.c | |
parent | d7a7a39168bdfe273587bf85d779d60569100a3f (diff) |
modified: auth-sia.c
modified: openbsd-compat/port-aix.c
modified: openbsd-compat/port-uw.c
propogate changes to auth-passwd.c in commit
7c856857607112a3dfe6414696bf4c7ab7fb0cb3 to other providers
of sys_auth_passwd()
Diffstat (limited to 'openbsd-compat/port-uw.c')
-rw-r--r-- | openbsd-compat/port-uw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/port-uw.c b/openbsd-compat/port-uw.c index db24dbb94..ba675acd6 100644 --- a/openbsd-compat/port-uw.c +++ b/openbsd-compat/port-uw.c | |||
@@ -51,8 +51,9 @@ | |||
51 | int nischeck(char *); | 51 | int nischeck(char *); |
52 | 52 | ||
53 | int | 53 | int |
54 | sys_auth_passwd(Authctxt *authctxt, const char *password) | 54 | sys_auth_passwd(struct ssh *ssh, const char *password) |
55 | { | 55 | { |
56 | Authctxt *authctxt = ssh->authctxt; | ||
56 | struct passwd *pw = authctxt->pw; | 57 | struct passwd *pw = authctxt->pw; |
57 | char *salt; | 58 | char *salt; |
58 | int result; | 59 | int result; |