mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:03:36 +03:00
libssh2: drop obsolete macros and version checks
Follow-up to 553248f501 #16199
Closes #16292
This commit is contained in:
parent
6ab1fa423b
commit
eebb1c1c15
2 changed files with 19 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue