1
0
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:
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 * @access private
* @return array &$tables * @return array &$tables
*/ */
private function &getInvTables() public function &getInvTables()
{ {
static $tables; static $tables;
if (empty($tables)) { if (empty($tables)) {