summaryrefslogtreecommitdiff
path: root/common-algo.c
diff options
context:
space:
mode:
Diffstat (limited to 'common-algo.c')
-rw-r--r--common-algo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common-algo.c b/common-algo.c
index 6ce1a37..ae2102a 100644
--- a/common-algo.c
+++ b/common-algo.c
@@ -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}
};