another typo

This commit is contained in:
terrafrost 2015-04-02 06:50:55 -05:00
parent 4c8a56f2ad
commit c274370ed9

View File

@ -2478,7 +2478,7 @@ abstract class Base
$hash = $bytes;
switch (true) {
case self::WHIRLPOOL_AVAILABLE:
case self::$WHIRLPOOL_AVAILABLE:
foreach (str_split($bytes, 64) as $t) {
$hash = hash('whirlpool', $hash, true);
$result .= $t ^ $hash;