[openssh-commits] [openssh] 05/08: Resync header order with upstream.

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Sep 5 20:44:32 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 bb8ac0515e68cab63db2d026eb60127185a3d2b8
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Fri Sep 5 20:39:16 2025 +1000

    Resync header order with upstream.
---
 ssh-keyscan.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ssh-keyscan.c b/ssh-keyscan.c
index 28451fc59..f9788114d 100644
--- a/ssh-keyscan.c
+++ b/ssh-keyscan.c
@@ -21,13 +21,13 @@
 #include <openssl/bn.h>
 #endif
 
+#include <errno.h>
 #include <limits.h>
 #include <netdb.h>
-#include <errno.h>
-#include <poll.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <poll.h>
 #include <signal.h>
 #include <string.h>
 #include <unistd.h>

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list