diff options
author | Damien Miller <djm@mindrot.org> | 2016-07-15 19:14:48 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-07-15 20:02:27 +1000 |
commit | bd5f2b78b69cf38d6049a0de445a79c8595e4a1f (patch) | |
tree | 854f39f3fc925c3c20cef0efe074ad77affc5ada /kex.c | |
parent | 4a984fd342effe5f0aad874a0d538c4322d973c0 (diff) |
missing openssl/dh.h
Diffstat (limited to 'kex.c')
-rw-r--r-- | kex.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |