]> git.ipfire.org Git - thirdparty/curl.git/commit
libssh: ignore deprecation warnings
authorDaniel Stenberg <daniel@haxx.se>
Mon, 29 Aug 2022 07:17:54 +0000 (09:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 29 Aug 2022 08:54:39 +0000 (10:54 +0200)
commit74e156d00f9f0979a360576ba487f57c35784a14
treeddaf009c38d66023f5d457ddf8ba9fa370d35e27
parentaec8d30624d18c4b47b9fc2d929c5981d5428082
libssh: ignore deprecation warnings

libssh 0.10.0 marks all SCP functions as "deprecated" which causes
compiler warnings and errors in our CI jobs and elsewhere. Ignore
deprecation warnings if 0.10.0 or later is found in the build.

If they actually remove the functions at a later point, then someone can
deal with that pain and functionality break then.

Fixes #9382
Closes #9383
lib/vssh/libssh.c