Disable non-delayed zlib for server

This commit is contained in:
Matt Johnston
2015-01-28 21:38:27 +08:00
parent 6165f53fcd
commit a7a79d569a
7 changed files with 42 additions and 10 deletions

1
algo.h
View File

@@ -51,6 +51,7 @@ extern algo_type sshhostkey[];
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;