1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-05 21:48:52 +01:00

Fixes for eval engine

This commit is contained in:
Daniil Gentili 2018-02-20 14:40:20 +00:00
parent a74a5f718f
commit 27370dff48

View File

@ -719,7 +719,7 @@ class Rijndael extends BlockCipher
* @access private
* @return array &$tables
*/
private function &getInvTables()
public function &getInvTables()
{
static $tables;
if (empty($tables)) {