mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-26 00:28:27 +00:00
RSA: fix PHP4 compatability issue
This commit is contained in:
parent
27d9bde6d2
commit
bf31e976c7
@ -1838,7 +1838,7 @@ class Crypt_RSA
|
||||
* for invalid values.
|
||||
* @return mixed
|
||||
*/
|
||||
public function getPublicKeyFingerprint($algorithm = 'md5')
|
||||
function getPublicKeyFingerprint($algorithm = 'md5')
|
||||
{
|
||||
if (empty($this->modulus) || empty($this->publicExponent)) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user