mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-29 10:08:27 +00:00
Crypt/Base: fix PHP 8.2 deprecation error
This commit is contained in:
parent
2d6713cd54
commit
a44b56d4b5
@ -1152,7 +1152,7 @@ class Crypt_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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user