1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-03 10:08:04 +01:00

Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2022-07-31 19:34:42 -05:00
commit 3a087da5cc

View File

@ -1165,7 +1165,7 @@ abstract class Base
$plaintext = ''; $plaintext = '';
if ($this->continuousBuffer) { if ($this->continuousBuffer) {
$iv = &$this->decryptIV; $iv = &$this->decryptIV;
$pos = &$this->buffer['pos']; $pos = &$this->debuffer['pos'];
} else { } else {
$iv = $this->decryptIV; $iv = $this->decryptIV;
$pos = 0; $pos = 0;