summaryrefslogtreecommitdiff
path: root/kexdhs.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-09-13 12:13:50 +1000
committerDamien Miller <djm@mindrot.org>2018-09-13 12:13:50 +1000
commit48f54b9d12c1c79fba333bc86d455d8f4cda8cfc (patch)
tree216db3d44f6d07262ce4757e65705fcc9fb6b5fa /kexdhs.c
parent86112951d63d48839f035b5795be62635a463f99 (diff)
adapt -portable to OpenSSL 1.1x API
Polyfill missing API with replacement functions extracted from LibreSSL
Diffstat (limited to 'kexdhs.c')
-rw-r--r--kexdhs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kexdhs.c b/kexdhs.c
index 8367c6c30..337aab5be 100644
--- a/kexdhs.c
+++ b/kexdhs.c
@@ -35,6 +35,8 @@
35 35
36#include <openssl/dh.h> 36#include <openssl/dh.h>
37 37
38#include "openbsd-compat/openssl-compat.h"
39
38#include "sshkey.h" 40#include "sshkey.h"
39#include "cipher.h" 41#include "cipher.h"
40#include "digest.h" 42#include "digest.h"