curl/lib/vssh
Joel Depooter 739de69ee6 libssh2: Get the version at runtime if possible
Previously this code used a compile time constant, meaning that libcurl
always reported the libssh2 version that libcurl was built with. This
could differ from the libssh2 version actually being used. The new code
uses the CURL_LIBSSH2_VERSION macro, which is defined in ssh.h. The
macro calls the libssh2_version function if it is available, otherwise
it falls back to the compile time version.

Closes https://github.com/curl/curl/pull/7768
2021-09-24 01:41:53 -04:00
..
libssh2.c libssh2: Get the version at runtime if possible 2021-09-24 01:41:53 -04:00
libssh.c strerror.h: remove the #include from files not using it 2021-09-09 07:53:42 +02:00
ssh.h version: turn version number functions into returning void 2021-06-30 23:23:34 +02:00
wolfssh.c infof: remove newline from format strings, always append it 2021-07-07 22:54:01 +02:00
wolfssh.h curl.se: new home 2020-11-04 23:59:47 +01:00