diff options
Diffstat (limited to 'kexdhs.c')
-rw-r--r-- | kexdhs.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 <stdarg.h> | 32 | #include <stdarg.h> |
@@ -158,3 +160,4 @@ kexdh_server(Kex *kex) | |||
158 | BN_clear_free(shared_secret); | 160 | BN_clear_free(shared_secret); |
159 | kex_finish(kex); | 161 | kex_finish(kex); |
160 | } | 162 | } |
163 | #endif /* WITH_OPENSSL */ | ||