]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Add include for gssapi definitions.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 5 Jul 2025 10:50:50 +0000 (20:50 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 5 Jul 2025 10:52:02 +0000 (20:52 +1000)
Patch from dbelyavs at redhat.com via bz#3846.

sshd.c

diff --git a/sshd.c b/sshd.c
index 5a4db309d23b266a68a002532af8f07a1bda7989..b8345fca0fba70e863ef0d3aad0263933c75dd3a 100644 (file)
--- 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 */