Begining of zlib@openssh.org implementation

This commit is contained in:
Aris Adamantiadis
2010-07-23 16:49:28 +02:00
parent b4c0b03694
commit d688ed2553
3 changed files with 11 additions and 4 deletions

View File

@@ -58,6 +58,8 @@ struct ssh_crypto_struct {
const char *server_pubkey_type;
int do_compress_out; /* idem */
int do_compress_in; /* don't set them, set the option instead */
int delayed_compress_in; /* Use of zlib@openssh.org */
int delayed_compress_out;
void *compress_out_ctx; /* don't touch it */
void *compress_in_ctx; /* really, don't */
};