diff options
author | Darren Tucker <dtucker@dtucker.net> | 2021-07-03 12:38:09 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2021-07-03 12:38:09 +0200 |
commit | 321874416d610ad2158ce6112f094a4862c2e37f (patch) | |
tree | 20fe8ad8989ef01e3546cac685f158ae00c0a4d0 /kexdh.c | |
parent | Remove old OpenBSD version marker. (diff) | |
download | openssh-321874416d610ad2158ce6112f094a4862c2e37f.tar.xz openssh-321874416d610ad2158ce6112f094a4862c2e37f.zip |
Move signal.h up include order to match upstream.
Diffstat (limited to 'kexdh.c')
-rw-r--r-- | kexdh.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |