commit | 48f54b9d12c1c79fba333bc86d455d8f4cda8cfc | [log] [tgz] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Thu Sep 13 12:13:50 2018 +1000 |
committer | Damien Miller <djm@mindrot.org> | Thu Sep 13 12:13:50 2018 +1000 |
tree | 216db3d44f6d07262ce4757e65705fcc9fb6b5fa | |
parent | 86112951d63d48839f035b5795be62635a463f99 [diff] [blame] |
adapt -portable to OpenSSL 1.1x API Polyfill missing API with replacement functions extracted from LibreSSL
diff --git a/kexgexs.c b/kexgexs.c index 2a4aa7e..ce934f8 100644 --- a/kexgexs.c +++ b/kexgexs.c
@@ -36,6 +36,8 @@ #include <openssl/dh.h> +#include "openbsd-compat/openssl-compat.h" + #include "sshkey.h" #include "cipher.h" #include "digest.h"