]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Resync header order with upstream.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 5 Sep 2025 10:39:16 +0000 (20:39 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 5 Sep 2025 10:39:16 +0000 (20:39 +1000)
ssh-keyscan.c

index 28451fc5992954d355212730e3bcfe765f3b9ede..f9788114df8da89cb66acee30cccc47ebb3fc939 100644 (file)
 #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>