mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 23:31:00 +00:00
Added missing private field
This commit is contained in:
parent
c603c2b2d0
commit
cc3f0c1ec1
@ -201,6 +201,15 @@ class RSA extends AsymmetricKey
|
||||
*/
|
||||
private $sLen;
|
||||
|
||||
|
||||
/**
|
||||
* Comment
|
||||
*
|
||||
* @var string
|
||||
* @access private
|
||||
*/
|
||||
private $comment;
|
||||
|
||||
/**
|
||||
* Hash function for the Mask Generation Function
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user