From 2de9cec54230998ab10161576f77860a2559ccb7 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 22 Jan 2019 10:49:52 +1100 Subject: add missing header --- kexdh.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kexdh.c') diff --git a/kexdh.c b/kexdh.c index 6812add20..0b0b4d8a4 100644 --- a/kexdh.c +++ b/kexdh.c @@ -33,6 +33,9 @@ #include #include +#include "openbsd-compat/openssl-compat.h" +#include + #include "sshkey.h" #include "kex.h" #include "sshbuf.h" -- cgit v1.2.3