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"