]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
missing openssl/dh.h
authorDamien Miller <djm@mindrot.org>
Fri, 15 Jul 2016 09:14:48 +0000 (19:14 +1000)
committerDamien Miller <djm@mindrot.org>
Fri, 15 Jul 2016 10:02:27 +0000 (20:02 +1000)
kex.c

diff --git a/kex.c b/kex.c
index 430cd8868347297722070d11d0f117c4de85a120..50c7a0f9b03a147b88f0c03d577b2f141390373c 100644 (file)
--- 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"