aboutsummaryrefslogtreecommitdiff
path: root/src/kex.c
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-10-04 16:19:20 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2010-10-04 16:19:20 +0200
commitda9cd2e64d3a2e884a29fccdacf885468048f445 (patch)
tree3f9a387e49379eb50d624dd6c58141b36f4cf1cd /src/kex.c
parent5d1636985bd64c0499d9af120622ae7c2bdd83ca (diff)
downloadlibssh-da9cd2e64d3a2e884a29fccdacf885468048f445.tar.gz
libssh-da9cd2e64d3a2e884a29fccdacf885468048f445.tar.xz
libssh-da9cd2e64d3a2e884a29fccdacf885468048f445.zip
Implemented zlib@openssh.com compression
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 d57273ec..2198652d 100644
--- a/src/kex.c
+++ b/src/kex.c
@@ -67,7 +67,7 @@
#endif
#if defined(HAVE_LIBZ) && defined(WITH_LIBZ)
-#define ZLIB "none,zlib,zlib@openssh.org"
+#define ZLIB "none,zlib,zlib@openssh.com"
#else
#define ZLIB "none"
#endif