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

gzip: Fix zlib support.

This commit is contained in:
Andreas Schneider
2011-09-17 22:47:56 +02:00
parent 7202a26b6c
commit dc42a1757f
7 changed files with 12 additions and 16 deletions

View File

@@ -58,7 +58,7 @@
#define DES "3des-cbc"
#endif
#if defined(HAVE_LIBZ) && defined(WITH_LIBZ)
#ifdef WITH_LIBZ
#define ZLIB "none,zlib,zlib@openssh.com"
#else
#define ZLIB "none"