From 78a1814b331c3535a785aa1c501203ad5a947838 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 14 Dec 2023 23:07:24 +0100 Subject: [PATCH] libssh: supress warnings without version check Define unconditionally. Follow-up from d21bd2190c46ad7fa Closes #12523 --- lib/vssh/libssh.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/vssh/libssh.c b/lib/vssh/libssh.c index df4e07dfa4..328aef5a0b 100644 --- a/lib/vssh/libssh.c +++ b/lib/vssh/libssh.c @@ -32,10 +32,7 @@ #include /* in 0.10.0 or later, ignore deprecated warnings */ -#include -#if (LIBSSH_VERSION_MINOR >= 10) || (LIBSSH_VERSION_MAJOR > 0) #define SSH_SUPPRESS_DEPRECATED -#endif #include #include