mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-02 09:38:06 +01:00
SymmetricKey: CS updates
This commit is contained in:
parent
d186a9d20d
commit
8568af7f9b
@ -3387,10 +3387,9 @@ abstract class SymmetricKey
|
||||
/**
|
||||
* Is the continuous buffer enabled?
|
||||
*
|
||||
* @access public
|
||||
* @return boolean
|
||||
*/
|
||||
function continuousBufferEnabled()
|
||||
public function continuousBufferEnabled()
|
||||
{
|
||||
return $this->continuousBuffer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user