aboutsummaryrefslogtreecommitdiff
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:58 +0200
commit186e7b5ca47450d10b7ed8996de2b640342599bf (patch)
tree9b40fa88b7e0f7080d4decc096ee2eb945de2637
parent219770469376e79e07e77355ef308db2de645798 (diff)
downloadlibssh-186e7b5ca47450d10b7ed8996de2b640342599bf.tar.gz
libssh-186e7b5ca47450d10b7ed8996de2b640342599bf.tar.xz
libssh-186e7b5ca47450d10b7ed8996de2b640342599bf.zip
kex: Fix zlib compressionlibssh-0.7.2
Signed-off-by: Andreas Schneider <asn@cryptomilk.org> (cherry picked from commit 747e7d05db4ef4b9c2204c58dfb0125eb5394ba3)
-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