|
|
@@ -87,6 +87,7 @@ class Zend_Crypt
|
|
|
self::_detectHashSupport($algorithm);
|
|
|
$supportedMethod = '_digest' . ucfirst(self::$_type);
|
|
|
$result = self::$supportedMethod($algorithm, $data, $binaryOutput);
|
|
|
+ return $result;
|
|
|
}
|
|
|
|
|
|
/**
|
|
|
@@ -164,4 +165,4 @@ class Zend_Crypt
|
|
|
return openssl_digest($data, $algorithm, $binaryOutput);
|
|
|
}
|
|
|
|
|
|
-}
|
|
|
+}
|