mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-15 19:16:55 +00:00
Merge branch '3.0'
This commit is contained in:
commit
92984a318f
@ -1325,7 +1325,7 @@ abstract class SymmetricKey
|
||||
$plaintext = '';
|
||||
if ($this->continuousBuffer) {
|
||||
$iv = &$this->decryptIV;
|
||||
$pos = &$this->buffer['pos'];
|
||||
$pos = &$this->debuffer['pos'];
|
||||
} else {
|
||||
$iv = $this->decryptIV;
|
||||
$pos = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user