mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed typo
This commit is contained in:
@@ -979,7 +979,7 @@ namespace transport
|
||||
{
|
||||
// if it's long enough we add padding and MAC to it
|
||||
// create padding block
|
||||
auto paddingLen = CreatePaddingBlock (totalLen, buf + len, it->maxLen - len - 16);
|
||||
auto paddingLen = CreatePaddingBlock (totalLen, buf + len, it->maxLen - it->len - 16);
|
||||
encryptBufs.push_back (std::make_pair (buf + len, paddingLen));
|
||||
len += paddingLen;
|
||||
totalLen += paddingLen;
|
||||
|
||||
Reference in New Issue
Block a user