diff options
Diffstat (limited to 'kexgexc.c')
-rw-r--r-- | kexgexc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,8 @@ | |||
26 | 26 | ||
27 | #include "includes.h" | 27 | #include "includes.h" |
28 | 28 | ||
29 | #ifdef WITH_OPENSSL | ||
30 | |||
29 | #include <sys/types.h> | 31 | #include <sys/types.h> |
30 | 32 | ||
31 | #include <openssl/dh.h> | 33 | #include <openssl/dh.h> |
@@ -205,3 +207,4 @@ kexgex_client(Kex *kex) | |||
205 | 207 | ||
206 | kex_finish(kex); | 208 | kex_finish(kex); |
207 | } | 209 | } |
210 | #endif /* WITH_OPENSSL */ | ||