mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-27 09:08:24 +00:00
Crypt/Base: fix deprecation notice
This commit is contained in:
parent
7ce96d9337
commit
24ae493c10
@ -157,7 +157,7 @@ class Crypt_Base
|
||||
* @var string
|
||||
* @access private
|
||||
*/
|
||||
var $iv;
|
||||
var $iv = '';
|
||||
|
||||
/**
|
||||
* A "sliding" Initialization Vector
|
||||
|
Loading…
x
Reference in New Issue
Block a user