mirror of
https://github.com/danog/tgseclib.git
synced 2025-01-22 05:51:20 +01:00
RSA: clean up merge
This commit is contained in:
parent
91887c957d
commit
5bddb49c62
@ -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
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user