[openssh-commits] [openssh] 01/08: Reorder includes to match upstream.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 5 20:44:28 AEST 2025
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit b34c16bc4cac2962cc6a7517efbc4fed2c8a2d9a
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Sep 5 20:20:27 2025 +1000
Reorder includes to match upstream.
---
session.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/session.c b/session.c
index e78c85cfd..43eebd6c2 100644
--- a/session.c
+++ b/session.c
@@ -71,9 +71,7 @@
#include "channels.h"
#include "sshkey.h"
#include "cipher.h"
-#ifdef GSSAPI
-#include "ssh-gss.h"
-#endif
+#include "kex.h"
#include "hostfile.h"
#include "auth.h"
#include "auth-options.h"
@@ -86,7 +84,9 @@
#include "serverloop.h"
#include "canohost.h"
#include "session.h"
-#include "kex.h"
+#ifdef GSSAPI
+#include "ssh-gss.h"
+#endif
#include "monitor_wrap.h"
#include "sftp.h"
#include "atomicio.h"
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list