mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-28 01:28:27 +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
|
||||
* @access private
|
||||
*/
|
||||
var $length = false;
|
||||
var $length;
|
||||
|
||||
/**
|
||||
* Hash Algorithm
|
||||
|
Loading…
x
Reference in New Issue
Block a user