diff options
Diffstat (limited to 'openbsd-compat/port-uw.c')
-rw-r--r-- | openbsd-compat/port-uw.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd-compat/port-uw.c b/openbsd-compat/port-uw.c index db24dbb94..014cac264 100644 --- a/openbsd-compat/port-uw.c +++ b/openbsd-compat/port-uw.c | |||
@@ -47,12 +47,14 @@ | |||
47 | #include "hostfile.h" | 47 | #include "hostfile.h" |
48 | #include "auth.h" | 48 | #include "auth.h" |
49 | #include "ssh.h" | 49 | #include "ssh.h" |
50 | #include "ssh_api.h" | ||
50 | 51 | ||
51 | int nischeck(char *); | 52 | int nischeck(char *); |
52 | 53 | ||
53 | int | 54 | int |
54 | sys_auth_passwd(Authctxt *authctxt, const char *password) | 55 | sys_auth_passwd(struct ssh *ssh, const char *password) |
55 | { | 56 | { |
57 | Authctxt *authctxt = ssh->authctxt; | ||
56 | struct passwd *pw = authctxt->pw; | 58 | struct passwd *pw = authctxt->pw; |
57 | char *salt; | 59 | char *salt; |
58 | int result; | 60 | int result; |