mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 02:35:10 +00:00
Merge pull request #1503 from VincentLanglet/default
_parseKey should return false by default
This commit is contained in:
commit
a019cf3f33
@ -1624,6 +1624,8 @@ class Crypt_RSA
|
||||
|
||||
return $components;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user