4 /* For platforms not supporting GSSAPI */
6 struct ssh_gss_liblist
*ssh_gss_setup(Conf
*conf
)
8 struct ssh_gss_liblist
*list
= snew(struct ssh_gss_liblist
*);
9 list
->libraries
= NULL
;
14 void ssh_gss_cleanup(struct ssh_gss_liblist
*list
)
19 #endif /* NO_GSSAPI */