mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 19:40:28 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
33de8b82d6
@ -107,7 +107,7 @@ class RC4 extends Base
|
||||
* @var string
|
||||
* @access private
|
||||
*/
|
||||
var $key = "\0";
|
||||
var $key;
|
||||
|
||||
/**
|
||||
* The Key Stream for decryption and encryption
|
||||
|
Loading…
Reference in New Issue
Block a user