Mercurial > dropbear
diff algo.h @ 575:f9b5dc0cba61
- Disable compression for non-final multihops
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 11 Sep 2009 14:02:04 +0000 |
parents | 43bbe17d6ba0 |
children | 4edea9f363d0 |
line wrap: on
line diff
--- a/algo.h Thu Sep 10 11:12:31 2009 +0000 +++ b/algo.h Fri Sep 11 14:02:04 2009 +0000 @@ -50,7 +50,8 @@ 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;