summaryrefslogtreecommitdiffstats
path: root/kexgexc.c
diff options
context:
space:
mode:
Diffstat (limited to 'kexgexc.c')
-rw-r--r--kexgexc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kexgexc.c b/kexgexc.c
index 355b7ba3..a21a1d95 100644
--- a/kexgexc.c
+++ b/kexgexc.c
@@ -26,6 +26,8 @@
#include "includes.h"
+#ifdef WITH_OPENSSL
+
#include <sys/types.h>
#include <openssl/dh.h>
@@ -205,3 +207,4 @@ kexgex_client(Kex *kex)
kex_finish(kex);
}
+#endif /* WITH_OPENSSL */