CS adjustments

This commit is contained in:
terrafrost 2015-04-02 22:39:47 -05:00
parent 188cef4665
commit 0835389b5a
2 changed files with 2 additions and 3 deletions

View File

@ -314,7 +314,6 @@ class RC2 extends Base
{
$this->orig_key = $key;
if ($t1 <= 0) {
$t1 = $this->default_key_length;
} else if ($t1 > 1024) {