mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-13 10:01:47 +00:00
fix bad merge
This commit is contained in:
parent
88fbf6ab97
commit
8dbb8667f1
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user