merged fix from RC_0_16
This commit is contained in:
parent
7143a5dda1
commit
e43407778d
|
@ -188,10 +188,8 @@ int test_main()
|
|||
{
|
||||
using namespace libtorrent;
|
||||
|
||||
test_ssl(7);
|
||||
|
||||
// for (int i = 0; i < sizeof(test_config)/sizeof(test_config[0]); ++i)
|
||||
// test_ssl(i);
|
||||
for (int i = 0; i < sizeof(test_config)/sizeof(test_config[0]); ++i)
|
||||
test_ssl(i);
|
||||
|
||||
error_code ec;
|
||||
remove_all("tmp1_ssl", ec);
|
||||
|
|
Loading…
Reference in New Issue