[openssh-commits] [openssh] branch master updated: Add include for gssapi definitions.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Jul 5 20:52:18 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new c971f3d93 Add include for gssapi definitions.
c971f3d93 is described below
commit c971f3d93efe4c00d73b276cdbab66e7c66c9b5c
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Sat Jul 5 20:50:50 2025 +1000
Add include for gssapi definitions.
Patch from dbelyavs at redhat.com via bz#3846.
---
sshd.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sshd.c b/sshd.c
index 5a4db309d..b8345fca0 100644
--- a/sshd.c
+++ b/sshd.c
@@ -94,6 +94,9 @@
#include "addr.h"
#include "srclimit.h"
#include "atomicio.h"
+#ifdef GSSAPI
+#include "ssh-gss.h"
+#endif
#include "monitor_wrap.h"
/* Re-exec fds */
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list