Hash: rm function_exists calls for hash extension functions

This commit is contained in:
terrafrost 2018-12-29 23:09:33 -06:00
parent e2256f4267
commit 49be6e5529

View File

@ -925,8 +925,6 @@ abstract class SymmetricKey
} }
return true; return true;
case !function_exists('hash_pbkdf2'):
case !function_exists('hash_algos'):
case !in_array($hash, hash_algos()): case !in_array($hash, hash_algos()):
$i = 1; $i = 1;
$hashObj->setKey($password); $hashObj->setKey($password);