mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Fix for MIT KfW and user-specified GSS DLLs.
Fill in all the function pointers for 3rd party Windows GSS DLLs, not
just some of them. These were missed out when GSS key exchange was added
in d515e4f1a3
.
This commit is contained in:
parent
c7c6bc8f93
commit
142427afae
@ -170,6 +170,8 @@ struct ssh_gss_liblist *ssh_gss_setup(Conf *conf)
|
|||||||
BIND_GSS_FN(release_buffer);
|
BIND_GSS_FN(release_buffer);
|
||||||
BIND_GSS_FN(release_cred);
|
BIND_GSS_FN(release_cred);
|
||||||
BIND_GSS_FN(release_name);
|
BIND_GSS_FN(release_name);
|
||||||
|
BIND_GSS_FN(acquire_cred);
|
||||||
|
BIND_GSS_FN(inquire_cred_by_mech);
|
||||||
|
|
||||||
#undef BIND_GSS_FN
|
#undef BIND_GSS_FN
|
||||||
|
|
||||||
@ -252,6 +254,8 @@ struct ssh_gss_liblist *ssh_gss_setup(Conf *conf)
|
|||||||
BIND_GSS_FN(release_buffer);
|
BIND_GSS_FN(release_buffer);
|
||||||
BIND_GSS_FN(release_cred);
|
BIND_GSS_FN(release_cred);
|
||||||
BIND_GSS_FN(release_name);
|
BIND_GSS_FN(release_name);
|
||||||
|
BIND_GSS_FN(acquire_cred);
|
||||||
|
BIND_GSS_FN(inquire_cred_by_mech);
|
||||||
|
|
||||||
#undef BIND_GSS_FN
|
#undef BIND_GSS_FN
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user