summaryrefslogtreecommitdiffstats
path: root/kex.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2016-07-15 11:14:48 +0200
committerDamien Miller <djm@mindrot.org>2016-07-15 12:02:27 +0200
commitbd5f2b78b69cf38d6049a0de445a79c8595e4a1f (patch)
tree854f39f3fc925c3c20cef0efe074ad77affc5ada /kex.c
parentcast to avoid type warning in error message (diff)
downloadopenssh-bd5f2b78b69cf38d6049a0de445a79c8595e4a1f.tar.xz
openssh-bd5f2b78b69cf38d6049a0de445a79c8595e4a1f.zip
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 @@
#ifdef WITH_OPENSSL
#include <openssl/crypto.h>
+#include <openssl/dh.h>
#endif
#include "ssh2.h"