mirror of
https://github.com/danog/tgseclib.git
synced 2024-12-05 13:39:22 +01:00
Fixes for eval engine
This commit is contained in:
parent
a74a5f718f
commit
27370dff48
@ -719,7 +719,7 @@ class Rijndael extends BlockCipher
|
||||
* @access private
|
||||
* @return array &$tables
|
||||
*/
|
||||
private function &getInvTables()
|
||||
public function &getInvTables()
|
||||
{
|
||||
static $tables;
|
||||
if (empty($tables)) {
|
||||
|
Loading…
Reference in New Issue
Block a user