summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"