mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +00:00
Merge branch 'moosa-1.0' into moosa-2.0
This commit is contained in:
commit
f95b039d08
@ -3044,7 +3044,9 @@ class RSA
|
||||
}
|
||||
|
||||
// Compare
|
||||
return $this->_equals($em, $em2) || $this->_equals($em, $em3);
|
||||
|
||||
return ($em2 !== false && $this->_equals($em, $em2)) ||
|
||||
($em3 !== false && $this->_equals($em, $em3));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user