From d688ed2553cd756d9e0bdacd62145d1e9e1f1367 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Fri, 23 Jul 2010 16:49:28 +0200 Subject: Begining of zlib@openssh.org implementation --- include/libssh/crypto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/libssh/crypto.h') diff --git a/include/libssh/crypto.h b/include/libssh/crypto.h index 00bb1c97..1c543f50 100644 --- a/include/libssh/crypto.h +++ b/include/libssh/crypto.h @@ -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 */ }; -- cgit v1.2.3