mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
* common-algo.c: use zlib for dbclient
--HG-- extra : convert_revision : 71c8d2ac84129e8aa204e7e35a44066fd1bea584
This commit is contained in:
parent
f1d36b1970
commit
0314b2cf45
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user