# HG changeset patch # User Matt Johnston # Date 1131449752 0 # Node ID 89ace56293f6671242e44bfb5bede2393544ddbc # Parent 8b62b0ea8f3bb08b79b1246d0faa998cff22c809 * common-algo.c: use zlib for dbclient diff -r 8b62b0ea8f3b -r 89ace56293f6 common-algo.c --- 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} };