mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
different in and out buffers for tunnel encryption
This commit is contained in:
parent
9c9401ce2f
commit
1fc50a59f5
4 changed files with 28 additions and 26 deletions
|
@ -146,7 +146,7 @@ namespace tunnel
|
|||
TunnelHopConfig * hop = m_Config->GetLastHop ();
|
||||
while (hop)
|
||||
{
|
||||
hop->decryption.Decrypt (payload);
|
||||
hop->decryption.Decrypt (payload, payload);
|
||||
hop = hop->prev;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue