- Use libssh2_version() to present the libssh2 version in case the libssh2

library is found to support it.
This commit is contained in:
Daniel Stenberg
2009-03-13 09:58:15 +00:00
parent fa96436661
commit 74ba4d7950
4 changed files with 18 additions and 2 deletions

View File

@@ -6,6 +6,10 @@
Changelog
Daniel Stenberg (13 Mar 2009)
- Use libssh2_version() to present the libssh2 version in case the libssh2
library is found to support it.
Yang Tse (12 Mar 2009)
- Added missing Curl_read() return code checking in TELNET transfers.