RSA: clean up merge

This commit is contained in:
terrafrost 2015-10-01 16:02:28 -05:00
parent 91887c957d
commit 5bddb49c62

View File

@ -349,20 +349,6 @@ class RSA
}
}
/**
* Initialize static variables
*
* @access private
*/
static function _initialize_static_variables()
{
if (!isset(self::$zero)) {
self::$zero= new BigInteger(0);
self::$one = new BigInteger(1);
self::$configFile = __DIR__ . '/../openssl.cnf';
}
}
/**
* The constructor
*