mirror of
https://github.com/friendica/friendica
synced 2024-11-18 13:03:41 +00:00
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
|
||||
* @return void
|
||||
*/
|
||||
private static function pemToMe($key, &$m, &$e)
|
||||
public static function pemToMe($key, &$m, &$e)
|
||||
{
|
||||
$lines = explode("\n", $key);
|
||||
unset($lines[0]);
|
||||
|
|
Loading…
Reference in a new issue