summaryrefslogtreecommitdiffstats
path: root/kexdh.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2021-07-03 20:38:09 +1000
committerDarren Tucker <dtucker@dtucker.net>2021-07-03 20:38:09 +1000
commit321874416d610ad2158ce6112f094a4862c2e37f (patch)
tree20fe8ad8989ef01e3546cac685f158ae00c0a4d0 /kexdh.c
parent4fa83e2d0e32c2dd758653e0359984bbf1334f32 (diff)
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 001dd12d..c1084f21 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>