diff options
author | Colin Watson <cjwatson@debian.org> | 2018-04-03 08:20:28 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2018-04-03 08:20:28 +0100 |
commit | ed6ae9c1a014a08ff5db3d768f01f2e427eeb476 (patch) | |
tree | 601025e307745d351946c01ab13f419ddb6dae29 /openbsd-compat/port-uw.c | |
parent | 62f54f20bf351468e0124f63cc2902ee40d9b0e9 (diff) | |
parent | a0349a1cc4a18967ad1dbff5389bcdf9da098814 (diff) |
Import openssh_7.7p1.orig.tar.gz
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; |