From 808780ff1df159e08ad55821b673087bfcf55c0c Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Fri, 11 Sep 2009 14:02:04 +0000 Subject: - Disable compression for non-final multihops --- algo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'algo.h') 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; -- cgit v1.2.1