This reverts commit 638fe6971c, reversing
changes made to c46e8aeec6.
This commit is contained in:
terrafrost 2016-04-28 09:35:49 -05:00
parent b3171cc63f
commit b4743df277

View File

@ -106,7 +106,7 @@ class OpenSSH
* @param \phpseclib\Math\BigInteger $e
* @return string
*/
static function savePublicKey(BigInteger $n, BigInteger $e)
function savePublicKey(BigInteger $n, BigInteger $e)
{
$publicExponent = $e->toBytes(true);
$modulus = $n->toBytes(true);