mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-30 04:39:21 +01:00
Merge remote-tracking branch 'bantu/topic/40730'
This commit is contained in:
commit
0b7673eb56
@ -1791,7 +1791,7 @@ class Crypt_RSA {
|
||||
*/
|
||||
function _equals($x, $y)
|
||||
{
|
||||
if (count($x) != count($y)) {
|
||||
if (strlen($x) != strlen($y)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user