mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
different in and out buffers for tunnel encryption
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user