mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
Hash: Do not assign false to length property. It's documented as an int.
This commit is contained in:
parent
b34de90818
commit
cd815c929e
@ -62,7 +62,7 @@ class Hash
|
|||||||
* @var int
|
* @var int
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
var $length = false;
|
var $length;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hash Algorithm
|
* Hash Algorithm
|
||||||
|
Loading…
Reference in New Issue
Block a user