1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 03:22:48 -05:00

Implement Zlib compression, in both SSH1 and SSH2.

[originally from svn r792]
This commit is contained in:
Simon Tatham
2000-11-01 21:34:21 +00:00
parent 84077ea5ee
commit 462063cdc5
8 changed files with 1212 additions and 31 deletions

View File

@ -140,6 +140,7 @@ typedef struct {
/* SSH options */
char remote_cmd[512];
int nopty;
int compression;
int agentfwd;
enum { CIPHER_3DES, CIPHER_BLOWFISH, CIPHER_DES } cipher;
char keyfile[FILENAME_MAX];