SSH: init and cleanup libssh2 in global_init/cleanup

The necessary libssh2 functions require libssh2 1.2.5 or later.
This commit is contained in:
Daniel Stenberg
2010-04-26 00:36:25 +02:00
parent 79dc74e84d
commit 107146676e
2 changed files with 16 additions and 0 deletions

View File

@@ -6,6 +6,11 @@
Changelog
Daniel Stenberg (26 Apr 2010)
- Make use of the libssh2_init/exit functions that libssh2 added in version
1.2.5. Using them will improve how libcurl works in threaded situations when
SCP and SFTP are transfered.
Daniel Stenberg (25 Apr 2010)
- Based on work by Kamil Dudka, I've introduced the new configure option
--enable-threaded-resolver. When used, the configure script will check for