mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-04 21:08:28 +00:00
Merge branch 'master' of https://github.com/phpseclib/phpseclib
This commit is contained in:
commit
6ee991f604
@ -140,4 +140,3 @@ function crypt_random($min = 0, $max = 0x7FFFFFFF)
|
||||
extract(unpack('Nrandom', $crypto->encrypt("\0\0\0\0")));
|
||||
return abs($random) % ($max - $min) + $min;
|
||||
}
|
||||
?>
|
@ -1415,4 +1415,3 @@ class Net_SSH1 {
|
||||
return rtrim($this->server_identification);
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user