summaryrefslogtreecommitdiffstats
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
parent4a984fd342effe5f0aad874a0d538c4322d973c0 (diff)
missing openssl/dh.h
-rw-r--r--kex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kex.c b/kex.c
index 430cd886..50c7a0f9 100644
--- a/kex.c
+++ b/kex.c
@@ -35,6 +35,7 @@
#ifdef WITH_OPENSSL
#include <openssl/crypto.h>
+#include <openssl/dh.h>
#endif
#include "ssh2.h"