Merge remote-tracking branch 'bantu/topic/40730'

This commit is contained in:
terrafrost 2012-06-06 08:10:54 -05:00
commit 0b7673eb56

View File

@ -1791,7 +1791,7 @@ class Crypt_RSA {
*/
function _equals($x, $y)
{
if (count($x) != count($y)) {
if (strlen($x) != strlen($y)) {
return false;
}