summaryrefslogtreecommitdiff
path: root/kexdhs.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexdhs.c')
-rw-r--r--kexdhs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kexdhs.c b/kexdhs.c
index c3011f741..56aa5d031 100644
--- a/kexdhs.c
+++ b/kexdhs.c
@@ -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 */