1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-14 01:27:35 -05:00

Implement zlib@openssh.com, using the rekey-after-userauth method suggested in

the wishlist entry.

[originally from svn r9120]
[this svn revision also touched putty-website,putty-wishlist]
This commit is contained in:
Jacob Nevins
2011-03-04 22:34:47 +00:00
parent d0b99ccee3
commit 74c5f7dda9
3 changed files with 104 additions and 25 deletions

View File

@ -1371,6 +1371,7 @@ int main(int argc, char **argv)
const struct ssh_compress ssh_zlib = {
"zlib",
"zlib@openssh.com", /* delayed version */
zlib_compress_init,
zlib_compress_cleanup,
zlib_compress_block,