summaryrefslogtreecommitdiff
path: root/auth-sia.c
diff options
context:
space:
mode:
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 a9e1c258c..051d152cf 100644
--- a/auth-sia.c
+++ b/auth-sia.c
@@ -50,11 +50,12 @@ extern int saved_argc;
50extern char **saved_argv; 50extern char **saved_argv;
51 51
52int 52int
53sys_auth_passwd(Authctxt *authctxt, const char *pass) 53sys_auth_passwd(struct ssh *ssh, const char *pass)
54{ 54{
55 int ret; 55 int ret;
56 SIAENTITY *ent = NULL; 56 SIAENTITY *ent = NULL;
57 const char *host; 57 const char *host;
58 Authctxt *authctxt = ssh->authctxt;
58 59
59 host = get_canonical_hostname(options.use_dns); 60 host = get_canonical_hostname(options.use_dns);
60 61