mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
BigInteger: fix syntax error
This commit is contained in:
parent
46166c7351
commit
f8f0bd44b7
@ -3180,7 +3180,7 @@ class Math_BigInteger
|
||||
function randomPrime($min, $max = false, $timeout = false)
|
||||
{
|
||||
if ($min === false) {
|
||||
return false
|
||||
return false;
|
||||
}
|
||||
|
||||
if ($max === false) {
|
||||
|
Loading…
Reference in New Issue
Block a user