CS adjustments

This commit is contained in:
terrafrost 2024-11-28 17:19:28 -06:00
parent 8eb3c09bfd
commit c38fde1fe0

View File

@ -5548,8 +5548,10 @@ class SSH2
/**
* How many bytes until the next key re-exchange?
*
* @param int $bytes
*/
function bytesUntilKeyReexchange($bytes)
public function bytesUntilKeyReexchange($bytes)
{
$this->doKeyReexchangeAfterXBytes = $bytes;
}