aboutsummaryrefslogtreecommitdiff
path: root/include/libssh/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libssh/crypto.h')
-rw-r--r--include/libssh/crypto.h2
1 files changed, 2 insertions, 0 deletions
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 */
};