Crypt/Base: fix deprecation notice

This commit is contained in:
terrafrost 2022-03-18 10:52:02 -05:00
parent 7ce96d9337
commit 24ae493c10
1 changed files with 1 additions and 1 deletions

View File

@ -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