mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-05 13:28:27 +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
|
* @var string
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
var $iv;
|
var $iv = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A "sliding" Initialization Vector
|
* A "sliding" Initialization Vector
|
||||||
|
Loading…
x
Reference in New Issue
Block a user