this time, actually remove the encrypted torrent (AES-256 encrypted peer connections)

This commit is contained in:
Arvid Norberg
2012-02-09 06:47:22 +00:00
parent f7b5c10b2b
commit 679abf2e57
6 changed files with 0 additions and 58 deletions

View File

@@ -1218,14 +1218,6 @@ namespace libtorrent
return;
}
#ifdef TORRENT_USE_OPENSSL
if (t->torrent_file().encryption_key().size() == 32 && !allow_encrypted)
{
disconnect(errors::invalid_info_hash, 2);
return;
}
#endif
if (t->is_paused() && (!t->is_auto_managed()
|| !m_ses.m_settings.incoming_starts_queued_torrents))
{