]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - sshnogss.c
Replace some 'sfree' calls of bignums with the proper 'freebn'.
[PuTTY_svn.git] / sshnogss.c
index fd8915ba713e675e54cbaee053fd2a619acaa553..fa4ac65f4c3b84acb74186a19ce82ab02cba223c 100644 (file)
@@ -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;