From bba02a5094b3db228ceac41cb4bfca165d0735f3 Mon Sep 17 00:00:00 2001 From: Tim Rice Date: Sun, 25 Mar 2018 09:17:33 -0700 Subject: 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() --- auth-sia.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'auth-sia.c') diff --git a/auth-sia.c b/auth-sia.c index a9e1c258c..051d152cf 100644 --- a/auth-sia.c +++ b/auth-sia.c @@ -50,11 +50,12 @@ extern int saved_argc; extern char **saved_argv; int -sys_auth_passwd(Authctxt *authctxt, const char *pass) +sys_auth_passwd(struct ssh *ssh, const char *pass) { int ret; SIAENTITY *ent = NULL; const char *host; + Authctxt *authctxt = ssh->authctxt; host = get_canonical_hostname(options.use_dns); -- cgit v1.2.3