]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
openssh: restore local change to gssapi include logic
authorEd Maste <emaste@FreeBSD.org>
Thu, 2 Sep 2021 20:43:59 +0000 (16:43 -0400)
committerEd Maste <emaste@FreeBSD.org>
Mon, 8 Nov 2021 21:15:32 +0000 (16:15 -0500)
commit32f1062f26fe9b3b2e68573ab7efcf3212931e4d
treeb05a7fda970972563e678bbc4b952910c347e0fd
parentca6686d6a98809b74ab67901d14dafde5109a5fd
openssh: restore local change to gssapi include logic

/usr/include/gssapi.h claims that it is deprecated, and gssapi/gssapi.h
should be used instead.  So, test HAVE_GSSAPI_GSSAPI_H first falling
back to HAVE_GSSAPI_H.

This will be submitted upstream.

Fixes: 6eac665c8126 ("openssh: diff reduction against...")
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D31810

(cherry picked from commit 258f5f79bb36e3e6955e7fb149cd2f50265a9ea5)
crypto/openssh/ssh-gss.h