summaryrefslogtreecommitdiffhomepage
path: root/algo.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2009-09-11 14:02:04 +0000
committerMatt Johnston <matt@ucc.asn.au>2009-09-11 14:02:04 +0000
commite3ca0513a08bd3cab28df0944aa82da2922e367d (patch)
tree32fac8407f49d4549fc0fffb7b3745c7f67e4f04 /algo.h
parent95a01f9002a4367e4465aa9cfe9d1ade270ab9a4 (diff)
- Disable compression for non-final multihops
--HG-- extra : convert_revision : c507a2aacb9e0db4c0266891b8915c614e32857e
Diffstat (limited to 'algo.h')
-rw-r--r--algo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/algo.h b/algo.h
index c83cfff..87e524d 100644
--- a/algo.h
+++ b/algo.h
@@ -50,7 +50,8 @@ extern algo_type sshkex[];
extern algo_type sshhostkey[];
extern algo_type sshciphers[];
extern algo_type sshhashes[];
-extern algo_type sshcompress[];
+extern algo_type ssh_compress[];
+extern algo_type ssh_nocompress[];
extern const struct dropbear_cipher dropbear_nocipher;
extern const struct dropbear_cipher_mode dropbear_mode_none;