aboutsummaryrefslogtreecommitdiff
path: root/src/kex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kex.c')
-rw-r--r--src/kex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kex.c b/src/kex.c
index 438f398..096d7a0 100644
--- a/src/kex.c
+++ b/src/kex.c
@@ -58,7 +58,7 @@
#define DES "3des-cbc"
#endif
-#ifdef WITH_LIBZ
+#ifdef WITH_ZLIB
#define ZLIB "none,zlib,zlib@openssh.com"
#else
#define ZLIB "none"