Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
0314b2cf
Commit
0314b2cf
authored
Nov 08, 2005
by
Matt Johnston
Browse files
* common-algo.c: use zlib for dbclient
--HG-- extra : convert_revision : 71c8d2ac84129e8aa204e7e35a44066fd1bea584
parent
f1d36b19
Changes
1
Hide whitespace changes
Inline
Side-by-side
common-algo.c
View file @
0314b2cf
...
...
@@ -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
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment