зеркало из https://github.com/github/putty.git
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:
Родитель
c7c6bc8f93
Коммит
142427afae
|
@ -170,6 +170,8 @@ struct ssh_gss_liblist *ssh_gss_setup(Conf *conf)
|
|||
BIND_GSS_FN(release_buffer);
|
||||
BIND_GSS_FN(release_cred);
|
||||
BIND_GSS_FN(release_name);
|
||||
BIND_GSS_FN(acquire_cred);
|
||||
BIND_GSS_FN(inquire_cred_by_mech);
|
||||
|
||||
#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_cred);
|
||||
BIND_GSS_FN(release_name);
|
||||
BIND_GSS_FN(acquire_cred);
|
||||
BIND_GSS_FN(inquire_cred_by_mech);
|
||||
|
||||
#undef BIND_GSS_FN
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче