Skip to content
Snippets Groups Projects
Commit 0314b2cf authored by Matt Johnston's avatar Matt Johnston
Browse files

* common-algo.c: use zlib for dbclient

--HG--
extra : convert_revision : 71c8d2ac84129e8aa204e7e35a44066fd1bea584
parent f1d36b19
No related merge requests found
...@@ -120,10 +120,10 @@ algo_type sshhashes[] = { ...@@ -120,10 +120,10 @@ algo_type sshhashes[] = {
}; };
algo_type sshcompress[] = { algo_type sshcompress[] = {
{"none", DROPBEAR_COMP_NONE, NULL, 1},
#ifndef DISABLE_ZLIB #ifndef DISABLE_ZLIB
{"zlib", DROPBEAR_COMP_ZLIB, NULL, 1}, {"zlib", DROPBEAR_COMP_ZLIB, NULL, 1},
#endif #endif
{"none", DROPBEAR_COMP_NONE, NULL, 1},
{NULL, 0, NULL, 0} {NULL, 0, NULL, 0}
}; };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment