From 1e02b365ed68d85f07feeb53f0fc2492b93db05b Mon Sep 17 00:00:00 2001 From: YoungSoo Shin Date: Thu, 31 Jul 2025 11:58:15 +0900 Subject: [PATCH] libssh-esp: unuse zlib --- compat/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compat/config.h b/compat/config.h index eb4cf19..a895393 100644 --- a/compat/config.h +++ b/compat/config.h @@ -228,9 +228,7 @@ /* #undef WITH_GSSAPI */ /* Define to 1 if you want to enable ZLIB */ -#ifdef CONFIG_LIBSSH_ZLIB -#define WITH_ZLIB -#endif +/* #undef WITH_ZLIB */ /* Define to 1 if you want to enable SFTP */ #ifdef CONFIG_LIBSSH_SFTP