We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007b69f commit c971f3dCopy full SHA for c971f3d
1 file changed
sshd.c
@@ -94,6 +94,9 @@
94
#include "addr.h"
95
#include "srclimit.h"
96
#include "atomicio.h"
97
+#ifdef GSSAPI
98
+#include "ssh-gss.h"
99
+#endif
100
#include "monitor_wrap.h"
101
102
/* Re-exec fds */
0 commit comments