mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 11:52:48 +00:00
visiblity adjustments for PHP 7.4
This commit is contained in:
parent
8088c499b0
commit
dfde088d4c
@ -243,7 +243,7 @@ abstract class SymmetricKey
|
|||||||
* @var array
|
* @var array
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
private $enbuffer;
|
protected $enbuffer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Decryption buffer for CTR, OFB and CFB modes
|
* Decryption buffer for CTR, OFB and CFB modes
|
||||||
@ -253,7 +253,7 @@ abstract class SymmetricKey
|
|||||||
* @var array
|
* @var array
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
private $debuffer;
|
protected $debuffer;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* mcrypt resource for encryption
|
* mcrypt resource for encryption
|
||||||
|
Loading…
Reference in New Issue
Block a user