From 27370dff48f01e4e9363f6fcdb15f9eede298cd4 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 20 Feb 2018 14:40:20 +0000 Subject: [PATCH] Fixes for eval engine --- phpseclib/Crypt/Rijndael.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/Crypt/Rijndael.php b/phpseclib/Crypt/Rijndael.php index 26a30eb5..a0cca33b 100644 --- a/phpseclib/Crypt/Rijndael.php +++ b/phpseclib/Crypt/Rijndael.php @@ -719,7 +719,7 @@ class Rijndael extends BlockCipher * @access private * @return array &$tables */ - private function &getInvTables() + public function &getInvTables() { static $tables; if (empty($tables)) {