diff options
author | Colin Watson <cjwatson@debian.org> | 2014-03-19 16:40:50 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2014-03-19 16:40:55 +0000 |
commit | 2491df1666864ce27a0becff4c85fec7d6ff38ff (patch) | |
tree | 7cad7ef6746abf36393594fb9abb0113b7b8793f /ssh-gss.h | |
parent | d563b20ec274b25929677424e4673eb23774b335 (diff) | |
parent | 6dbd954a28d3fc2631f1c0b42c23452e1e493e6f (diff) |
Apply various warning-suppression and regression-test fixes to gssapi.patch from Damien Miller.
Diffstat (limited to 'ssh-gss.h')
-rw-r--r-- | ssh-gss.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -155,9 +155,11 @@ void ssh_gssapi_cleanup_creds(void); | |||
155 | void ssh_gssapi_storecreds(void); | 155 | void ssh_gssapi_storecreds(void); |
156 | 156 | ||
157 | char *ssh_gssapi_server_mechanisms(void); | 157 | char *ssh_gssapi_server_mechanisms(void); |
158 | int ssh_gssapi_oid_table_ok(); | 158 | int ssh_gssapi_oid_table_ok(void); |
159 | 159 | ||
160 | int ssh_gssapi_update_creds(ssh_gssapi_ccache *store); | 160 | int ssh_gssapi_update_creds(ssh_gssapi_ccache *store); |
161 | void ssh_gssapi_rekey_creds(void); | ||
162 | |||
161 | #endif /* GSSAPI */ | 163 | #endif /* GSSAPI */ |
162 | 164 | ||
163 | #endif /* _SSH_GSS_H */ | 165 | #endif /* _SSH_GSS_H */ |