fix no-deprecated build. extend .travis.yml to build the 3 test configurations too. rename README to README.rst

This commit is contained in:
arvidn
2015-06-05 02:31:52 -04:00
parent f11b054bae
commit 15dd15d0d6
23 changed files with 116 additions and 114 deletions

View File

@@ -580,9 +580,9 @@ void test_malicious_peer()
TORRENT_TEST(ssl)
{
#ifdef TORRENT_USE_OPENSSL
using namespace libtorrent;
#ifdef TORRENT_USE_OPENSSL
test_malicious_peer();
for (int utp = 0; utp < 2; ++utp)
@@ -594,9 +594,7 @@ TORRENT_TEST(ssl)
error_code ec;
remove_all("tmp1_ssl", ec);
remove_all("tmp2_ssl", ec);
#endif // TORRENT_USE_OPENSSL
}