formatting fixes for pe_crypto.cpp

This commit is contained in:
Arvid Norberg 2008-12-27 16:44:20 +00:00
parent b81ae19e86
commit 4ccf2af653
1 changed files with 8 additions and 9 deletions

View File

@ -82,7 +82,6 @@ namespace libtorrent
// Input longkeys must be 20 bytes
RC4_handler(const sha1_hash& rc4_local_longkey,
const sha1_hash& rc4_remote_longkey)
{
RC4_set_key(&m_local_key, 20,
reinterpret_cast<unsigned char const*>(rc4_local_longkey.begin()));