fix bad merge

This commit is contained in:
terrafrost 2022-08-28 11:03:15 -05:00
parent 88fbf6ab97
commit 8dbb8667f1
2 changed files with 2 additions and 2 deletions

View File

@ -397,7 +397,7 @@ class Blowfish extends Base
* @param int $mode
* @access public
*/
function __construct($mode = CRYPT_MODE_CBC)
function __construct($mode = self::MODE_CBC)
{
parent::__construct($mode);

View File

@ -392,7 +392,7 @@ class Twofish extends Base
* @param int $mode
* @access public
*/
function __construct($mode = CRYPT_MODE_CBC)
function __construct($mode = self::MODE_CBC)
{
parent::__construct($mode);