ports/security/putty/files/patch-sshgssc.c
Matthias Andree 4c5a117abd Update security/putty to 0.71 security fix release
Unfortunately, this new release breaks GSSAPI_NONE, which is removed
for now. Bug has been reported upstream.

Changelog: https://www.chiark.greenend.org.uk/~sgtatham/putty/changes.html

MFH:		2019Q1
Security:	46e1ece5-48bd-11e9-9c40-080027ac955c
2019-03-17 14:17:26 +00:00

11 lines
526 B
C

--- sshgssc.c.orig 2019-03-16 12:26:36 UTC
+++ sshgssc.c
@@ -75,7 +75,7 @@ static Ssh_gss_stat ssh_gssapi_acquire_cred(struct ssh
gssctx->maj_stat =
gss->inquire_cred_by_mech(&gssctx->min_stat, cred,
(gss_OID) GSS_MECH_KRB5,
- GSS_C_NO_NAME,
+ NULL,
&time_rec,
NULL,
NULL);