mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-13 10:01:47 +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 = '';
|
||||
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