AES: fix issue preventing ECB mode from decrypting

This commit is contained in:
terrafrost 2018-02-21 08:26:52 -06:00
parent 2440be341d
commit b9cd84108c

View File

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