different in and out buffers for tunnel encryption

This commit is contained in:
orignal 2015-06-21 17:05:01 -04:00
parent 9c9401ce2f
commit 1fc50a59f5
4 changed files with 28 additions and 26 deletions

View file

@ -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;
}
}