[feature/passwords] Make method get_hashing_algorithm() protected

There is currently no use for it being public.

PHPBB3-11610
This commit is contained in:
Marc Alexander 2013-06-16 21:30:47 +02:00
parent e7b3daeb29
commit 7ddf004489

View file

@ -109,7 +109,7 @@ class phpbb_crypto_manager
*
* @throws RunTimeException If hash type is not supported
*/
public function get_hashing_algorithm($hash)
protected function get_hashing_algorithm($hash)
{
// preg_match() will also show hashing algos like $2a\H$, which
// is a combination of bcrypt and phpass