Merge pull request #1503 from VincentLanglet/default

_parseKey should return false by default
This commit is contained in:
terrafrost 2020-08-01 04:05:17 -05:00 committed by GitHub
commit a019cf3f33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1624,6 +1624,8 @@ class Crypt_RSA
return $components;
}
return false;
}
/**