summaryrefslogtreecommitdiffstats
path: root/kexdh.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-07-03 12:38:09 +0200
committerDarren Tucker <dtucker@dtucker.net>2021-07-03 12:38:09 +0200
commit321874416d610ad2158ce6112f094a4862c2e37f (patch)
tree20fe8ad8989ef01e3546cac685f158ae00c0a4d0 /kexdh.c
parentRemove old OpenBSD version marker. (diff)
downloadopenssh-321874416d610ad2158ce6112f094a4862c2e37f.tar.xz
openssh-321874416d610ad2158ce6112f094a4862c2e37f.zip
Move signal.h up include order to match upstream.
Diffstat (limited to 'kexdh.c')
-rw-r--r--kexdh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexdh.c b/kexdh.c
index 001dd12db..c1084f214 100644
--- a/kexdh.c
+++ b/kexdh.c
@@ -29,9 +29,9 @@
#include <sys/types.h>
-#include <signal.h>
#include <stdio.h>
#include <string.h>
+#include <signal.h>
#include "openbsd-compat/openssl-compat.h"
#include <openssl/dh.h>