Public function
Make private function public.
This commit is contained in:
parent
fe3dac4825
commit
dc5de5adbd
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class Crypto
|
||||||
* @param string $e exponent reference
|
* @param string $e exponent reference
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
private static function pemToMe($key, &$m, &$e)
|
public static function pemToMe($key, &$m, &$e)
|
||||||
{
|
{
|
||||||
$lines = explode("\n", $key);
|
$lines = explode("\n", $key);
|
||||||
unset($lines[0]);
|
unset($lines[0]);
|
||||||
|
|
Loading…
Reference in a new issue