diff options
Diffstat (limited to 'kexgex.c')
-rw-r--r-- | kexgex.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ | |||
33 | #include <openssl/evp.h> | 33 | #include <openssl/evp.h> |
34 | #include <signal.h> | 34 | #include <signal.h> |
35 | 35 | ||
36 | #include "openbsd-compat/openssl-compat.h" | ||
37 | |||
36 | #include "sshkey.h" | 38 | #include "sshkey.h" |
37 | #include "cipher.h" | 39 | #include "cipher.h" |
38 | #include "kex.h" | 40 | #include "kex.h" |