Public function

Make private function public.
This commit is contained in:
Adam Magness 2017-12-31 08:31:06 -05:00
parent fe3dac4825
commit dc5de5adbd
1 changed files with 1 additions and 1 deletions

View File

@ -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]);