* common-algo.c: use zlib for dbclient

--HG--
extra : convert_revision : 71c8d2ac84129e8aa204e7e35a44066fd1bea584
This commit is contained in:
Matt Johnston 2005-11-08 11:35:52 +00:00
parent f1d36b1970
commit 0314b2cf45

View File

@ -120,10 +120,10 @@ algo_type sshhashes[] = {
};
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}
};