summaryrefslogtreecommitdiff
path: root/kex.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2016-07-15 19:14:48 +1000
committerDamien Miller <djm@mindrot.org>2016-07-15 20:02:27 +1000
commitbd5f2b78b69cf38d6049a0de445a79c8595e4a1f (patch)
tree854f39f3fc925c3c20cef0efe074ad77affc5ada /kex.c
parent4a984fd342effe5f0aad874a0d538c4322d973c0 (diff)
missing openssl/dh.h
Diffstat (limited to 'kex.c')
-rw-r--r--kex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kex.c b/kex.c
index 430cd8868..50c7a0f9b 100644
--- a/kex.c
+++ b/kex.c
@@ -35,6 +35,7 @@
35 35
36#ifdef WITH_OPENSSL 36#ifdef WITH_OPENSSL
37#include <openssl/crypto.h> 37#include <openssl/crypto.h>
38#include <openssl/dh.h>
38#endif 39#endif
39 40
40#include "ssh2.h" 41#include "ssh2.h"