mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-25 03:16:02 +00:00
CS adjustments
This commit is contained in:
parent
188cef4665
commit
0835389b5a
@ -365,7 +365,7 @@ abstract class Base
|
||||
* @access private
|
||||
*/
|
||||
var $cipher_name_openssl;
|
||||
|
||||
|
||||
/**
|
||||
* The openssl specific name of the cipher in ECB mode
|
||||
*
|
||||
@ -430,7 +430,7 @@ abstract class Base
|
||||
* @access private
|
||||
*/
|
||||
var $openssl_emulate_ctr = false;
|
||||
|
||||
|
||||
/**
|
||||
* Determines what options are passed to openssl_encrypt/decrypt
|
||||
*
|
||||
|
@ -314,7 +314,6 @@ class RC2 extends Base
|
||||
{
|
||||
$this->orig_key = $key;
|
||||
|
||||
|
||||
if ($t1 <= 0) {
|
||||
$t1 = $this->default_key_length;
|
||||
} else if ($t1 > 1024) {
|
||||
|
Loading…
Reference in New Issue
Block a user