aboutsummaryrefslogtreecommitdiff
path: root/src/kex.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2015-09-16 08:34:28 +0200
committerAndreas Schneider <asn@cryptomilk.org>2015-09-16 08:34:28 +0200
commit747e7d05db4ef4b9c2204c58dfb0125eb5394ba3 (patch)
tree0ba676b9e68e641951c4d3c49795b10f364067f3 /src/kex.c
parent1f3a9105ffecb93123eed7a86bc74ac44faa6852 (diff)
downloadlibssh-747e7d05db4ef4b9c2204c58dfb0125eb5394ba3.tar.gz
libssh-747e7d05db4ef4b9c2204c58dfb0125eb5394ba3.tar.xz
libssh-747e7d05db4ef4b9c2204c58dfb0125eb5394ba3.zip
kex: Fix zlib compression
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'src/kex.c')
-rw-r--r--src/kex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kex.c b/src/kex.c
index 09659022..519d79ce 100644
--- a/src/kex.c
+++ b/src/kex.c
@@ -112,6 +112,7 @@ static const char *supported_methods[] = {
"hmac-sha2-256,hmac-sha2-512,hmac-sha1",
"hmac-sha2-256,hmac-sha2-512,hmac-sha1",
ZLIB,
+ ZLIB,
"",
"",
NULL