mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-03 10:08:04 +01: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…
Reference in New Issue
Block a user