diff common-algo.c @ 996:47643024fc90

Disable non-delayed zlib for server
author Matt Johnston <matt@ucc.asn.au>
date Wed, 28 Jan 2015 21:38:27 +0800
parents 5c5ade336926
children ffd2359564b0 a37f8730eb0f
line wrap: on
line diff
--- a/common-algo.c	Sat Jan 24 00:05:26 2015 +0800
+++ b/common-algo.c	Wed Jan 28 21:38:27 2015 +0800
@@ -205,6 +205,12 @@
 	{"none", DROPBEAR_COMP_NONE, NULL, 1, NULL},
 	{NULL, 0, NULL, 0, NULL}
 };
+
+algo_type ssh_delaycompress[] = {
+	{"[email protected]", DROPBEAR_COMP_ZLIB_DELAY, NULL, 1, NULL},
+	{"none", DROPBEAR_COMP_NONE, NULL, 1, NULL},
+	{NULL, 0, NULL, 0, NULL}
+};
 #endif
 
 algo_type ssh_nocompress[] = {