mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-13 10:01:47 +00:00
RC2: fix deprecation error
This commit is contained in:
parent
f61a9b42d5
commit
978b2adbfc
@ -136,7 +136,7 @@ class Crypt_RC2 extends Crypt_Base
|
||||
* @var string
|
||||
* @access private
|
||||
*/
|
||||
var $orig_key;
|
||||
var $orig_key = '';
|
||||
|
||||
/**
|
||||
* Don't truncate / null pad key
|
||||
|
Loading…
Reference in New Issue
Block a user