Mercurial > dropbear
diff algo.h @ 996:47643024fc90
Disable non-delayed zlib for server
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 28 Jan 2015 21:38:27 +0800 |
parents | c19acba28590 |
children | deed0571cacc |
line wrap: on
line diff
--- a/algo.h Sat Jan 24 00:05:26 2015 +0800 +++ b/algo.h Wed Jan 28 21:38:27 2015 +0800 @@ -51,6 +51,7 @@ extern algo_type sshciphers[]; extern algo_type sshhashes[]; extern algo_type ssh_compress[]; +extern algo_type ssh_delaycompress[]; extern algo_type ssh_nocompress[]; extern const struct dropbear_cipher dropbear_nocipher;