diff options
author | mnag <mnag@FreeBSD.org> | 2006-11-10 21:11:49 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-11-10 21:11:49 +0800 |
commit | 6a07fd3261c5c2a8a0c85a1408cb1a7dba6d6266 (patch) | |
tree | 0e38da4cfdf62bfa21528ab35f5ca842098ad85a /security/openssh-portable/files | |
parent | e673d014e1afc014f6fb29e6eee939ecf471b7c3 (diff) | |
download | freebsd-ports-gnome-6a07fd3261c5c2a8a0c85a1408cb1a7dba6d6266.tar.gz freebsd-ports-gnome-6a07fd3261c5c2a8a0c85a1408cb1a7dba6d6266.tar.zst freebsd-ports-gnome-6a07fd3261c5c2a8a0c85a1408cb1a7dba6d6266.zip |
- Update to 4.5p1
- patch-sshd.c unconditionally includes <gssapi.h>. Include "ssh-gss.h" instead. [1]
PR: 104481 [1]
Submitted by: Mark Andrews <Mark_Andrews___isc.org> [1]
Diffstat (limited to 'security/openssh-portable/files')
-rw-r--r-- | security/openssh-portable/files/patch-sshd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/openssh-portable/files/patch-sshd.c b/security/openssh-portable/files/patch-sshd.c index 392cd2082571..f6ba026f8f44 100644 --- a/security/openssh-portable/files/patch-sshd.c +++ b/security/openssh-portable/files/patch-sshd.c @@ -7,7 +7,7 @@ +#ifdef __FreeBSD__ +#include <resolv.h> +#ifdef GSSAPI -+#include <gssapi.h> ++#include "ssh-gss.h" +#endif +#endif + |