mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-14 01:57:20 +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
|
* @access private
|
||||||
* @return array &$tables
|
* @return array &$tables
|
||||||
*/
|
*/
|
||||||
private function &getInvTables()
|
public function &getInvTables()
|
||||||
{
|
{
|
||||||
static $tables;
|
static $tables;
|
||||||
if (empty($tables)) {
|
if (empty($tables)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user