Mercurial > dropbear
changeset 255:89ace56293f6
* common-algo.c: use zlib for dbclient
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 08 Nov 2005 11:35:52 +0000 |
parents | 8b62b0ea8f3b |
children | ac890087b8c1 |
files | common-algo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/common-algo.c Mon Oct 31 07:49:57 2005 +0000 +++ b/common-algo.c Tue Nov 08 11:35:52 2005 +0000 @@ -120,10 +120,10 @@ }; algo_type sshcompress[] = { - {"none", DROPBEAR_COMP_NONE, NULL, 1}, #ifndef DISABLE_ZLIB {"zlib", DROPBEAR_COMP_ZLIB, NULL, 1}, #endif + {"none", DROPBEAR_COMP_NONE, NULL, 1}, {NULL, 0, NULL, 0} };