libssh2: drop obsolete macros and version checks

Follow-up to 553248f501 #16199

Closes #16292
This commit is contained in:
Viktor Szakats 2025-02-11 00:14:47 +01:00
parent 6ab1fa423b
commit eebb1c1c15
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 19 additions and 46 deletions

View file

@ -230,9 +230,6 @@ struct ssh_conn {
/* 1.2.8 was released on April 5 2011 */
#endif
/* get it at runtime */
#define CURL_LIBSSH2_VERSION libssh2_version(0)
#endif /* USE_LIBSSH2 */
#ifdef USE_SSH