diff options
Diffstat (limited to 'kexdhc.c')
-rw-r--r-- | kexdhc.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,8 @@ | |||
25 | 25 | ||
26 | #include "includes.h" | 26 | #include "includes.h" |
27 | 27 | ||
28 | #ifdef WITH_OPENSSL | ||
29 | |||
28 | #include <sys/types.h> | 30 | #include <sys/types.h> |
29 | 31 | ||
30 | #include <openssl/dh.h> | 32 | #include <openssl/dh.h> |
@@ -159,3 +161,4 @@ kexdh_client(Kex *kex) | |||
159 | BN_clear_free(shared_secret); | 161 | BN_clear_free(shared_secret); |
160 | kex_finish(kex); | 162 | kex_finish(kex); |
161 | } | 163 | } |
164 | #endif /* WITH_OPENSSL */ | ||