X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/77fa2ab46721bcc01b898b7df0aa85c170931c06..55beaf4d338fd9d8db733e911717b448c239b4fd:/openssh/gss-serv-gsi.c diff --git a/openssh/gss-serv-gsi.c b/openssh/gss-serv-gsi.c index bd72536..196f4b6 100644 --- a/openssh/gss-serv-gsi.c +++ b/openssh/gss-serv-gsi.c @@ -49,7 +49,7 @@ extern ServerOptions options; static int ssh_gssapi_gsi_userok(ssh_gssapi_client *client, char *name); static int ssh_gssapi_gsi_localname(ssh_gssapi_client *client, char **user); static void ssh_gssapi_gsi_storecreds(ssh_gssapi_client *client); -static void ssh_gssapi_gsi_updatecreds(ssh_gssapi_ccache *store, +static int ssh_gssapi_gsi_updatecreds(ssh_gssapi_ccache *store, ssh_gssapi_client *client); ssh_gssapi_mech gssapi_gsi_mech = {