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

@ -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
*

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) {