X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/1e00c92b81273392a7db4796dc163b0729891e44..47061bb488400d53fd20deb52d51763d2caa056e:/sshnogss.c 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;