X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=sshnogss.c;h=fa4ac65f4c3b84acb74186a19ce82ab02cba223c;hb=510f49e405e71ba5c97875e7a019364e1ef5fac9;hp=fd8915ba713e675e54cbaee053fd2a619acaa553;hpb=406e62f77b3603f3efd2827930513b8c92e83dae;p=PuTTY.git diff --git a/sshnogss.c b/sshnogss.c index fd8915ba..fa4ac65f 100644 --- a/sshnogss.c +++ b/sshnogss.c @@ -3,7 +3,7 @@ /* For platforms not supporting GSSAPI */ -struct ssh_gss_liblist *ssh_gss_setup(const Config *cfg) +struct ssh_gss_liblist *ssh_gss_setup(Conf *conf) { struct ssh_gss_liblist *list = snew(struct ssh_gss_liblist *); list->libraries = NULL;