mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-04 12:58:28 +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…
x
Reference in New Issue
Block a user