1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-07 08:02:55 +03:00

Implemented zlib@openssh.com compression

This commit is contained in:
Aris Adamantiadis
2010-10-04 16:19:20 +02:00
parent 5d1636985b
commit da9cd2e64d
6 changed files with 48 additions and 8 deletions

View File

@@ -67,7 +67,7 @@
#endif
#if defined(HAVE_LIBZ) && defined(WITH_LIBZ)
#define ZLIB "none,zlib,zlib@openssh.org"
#define ZLIB "none,zlib,zlib@openssh.com"
#else
#define ZLIB "none"
#endif