summaryrefslogtreecommitdiff
path: root/auth-sia.c
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2018-03-25 09:17:33 -0700
committerTim Rice <tim@multitalents.net>2018-03-25 09:17:33 -0700
commitbba02a5094b3db228ceac41cb4bfca165d0735f3 (patch)
tree4859ff59dd32836f13700e69195dc729a8ef2b87 /auth-sia.c
parentd7a7a39168bdfe273587bf85d779d60569100a3f (diff)
downloadopenssh-git-bba02a5094b3db228ceac41cb4bfca165d0735f3.tar.gz
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 'auth-sia.c')
-rw-r--r--auth-sia.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/auth-sia.c b/auth-sia.c
index a9e1c258..051d152c 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);