improve SSL error reporting and fix torrent_info::ssl_cert() bug

This commit is contained in:
Arvid Norberg
2014-01-20 01:01:03 +00:00
parent 8ab1d8b686
commit dca3f3c1a8
6 changed files with 31 additions and 10 deletions

View File

@@ -51,7 +51,6 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/socket_io.hpp" // print_endpoint
#include "libtorrent/socket_type.hpp"
#include "libtorrent/instantiate_connection.hpp"
#include "setup_transfer.hpp"
#ifdef TORRENT_USE_OPENSSL
#include <boost/asio/ssl/stream.hpp>