From 923fcd9c688258083e365e3aac5301935f2c28a4 Mon Sep 17 00:00:00 2001 From: YoungSoo Shin Date: Mon, 7 Jul 2025 11:05:07 +0900 Subject: [PATCH] fixup! libssh: add files for idf --- compat/config.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/compat/config.h b/compat/config.h index 3b7aa3c..eb4cf19 100644 --- a/compat/config.h +++ b/compat/config.h @@ -243,9 +243,7 @@ #endif /* Define to 1 if you want to enable DH group exchange algorithms */ -#ifdef CONFIG_LIBSSH_GEX #define WITH_GEX 1 -#endif /* Define to 1 if you want to enable insecure none cipher and MAC */ /* #undef WITH_INSECURE_NONE */