mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 18:25:13 +00:00
CS adjustments
This commit is contained in:
parent
188cef4665
commit
0835389b5a
@ -314,7 +314,6 @@ class RC2 extends Base
|
|||||||
{
|
{
|
||||||
$this->orig_key = $key;
|
$this->orig_key = $key;
|
||||||
|
|
||||||
|
|
||||||
if ($t1 <= 0) {
|
if ($t1 <= 0) {
|
||||||
$t1 = $this->default_key_length;
|
$t1 = $this->default_key_length;
|
||||||
} else if ($t1 > 1024) {
|
} else if ($t1 > 1024) {
|
||||||
|
Loading…
Reference in New Issue
Block a user