summaryrefslogtreecommitdiff
path: root/ssh-gss.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-03-19 16:40:50 +0000
committerColin Watson <cjwatson@debian.org>2014-03-19 16:40:55 +0000
commit2491df1666864ce27a0becff4c85fec7d6ff38ff (patch)
tree7cad7ef6746abf36393594fb9abb0113b7b8793f /ssh-gss.h
parentd563b20ec274b25929677424e4673eb23774b335 (diff)
parent6dbd954a28d3fc2631f1c0b42c23452e1e493e6f (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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ssh-gss.h b/ssh-gss.h
index bc6e8f946..885e48185 100644
--- a/ssh-gss.h
+++ b/ssh-gss.h
@@ -155,9 +155,11 @@ void ssh_gssapi_cleanup_creds(void);
155void ssh_gssapi_storecreds(void); 155void ssh_gssapi_storecreds(void);
156 156
157char *ssh_gssapi_server_mechanisms(void); 157char *ssh_gssapi_server_mechanisms(void);
158int ssh_gssapi_oid_table_ok(); 158int ssh_gssapi_oid_table_ok(void);
159 159
160int ssh_gssapi_update_creds(ssh_gssapi_ccache *store); 160int ssh_gssapi_update_creds(ssh_gssapi_ccache *store);
161void ssh_gssapi_rekey_creds(void);
162
161#endif /* GSSAPI */ 163#endif /* GSSAPI */
162 164
163#endif /* _SSH_GSS_H */ 165#endif /* _SSH_GSS_H */