This commit is contained in:
terrafrost 2012-06-20 10:43:20 -05:00
commit 6ee991f604
9 changed files with 7 additions and 9 deletions

View File

@ -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;
}
?>

View File

@ -1415,4 +1415,3 @@ class Net_SSH1 {
return rtrim($this->server_identification);
}
}
?>