From 747e7d05db4ef4b9c2204c58dfb0125eb5394ba3 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 16 Sep 2015 08:34:28 +0200 Subject: kex: Fix zlib compression Signed-off-by: Andreas Schneider --- src/kex.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit