mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 21:12:26 +01:00
fix bad merge
This commit is contained in:
parent
88fbf6ab97
commit
8dbb8667f1
@ -397,7 +397,7 @@ class Blowfish extends Base
|
|||||||
* @param int $mode
|
* @param int $mode
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
function __construct($mode = CRYPT_MODE_CBC)
|
function __construct($mode = self::MODE_CBC)
|
||||||
{
|
{
|
||||||
parent::__construct($mode);
|
parent::__construct($mode);
|
||||||
|
|
||||||
|
@ -392,7 +392,7 @@ class Twofish extends Base
|
|||||||
* @param int $mode
|
* @param int $mode
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
function __construct($mode = CRYPT_MODE_CBC)
|
function __construct($mode = self::MODE_CBC)
|
||||||
{
|
{
|
||||||
parent::__construct($mode);
|
parent::__construct($mode);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user