mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/passwords] Make method get_hashing_algorithm() protected
There is currently no use for it being public. PHPBB3-11610
This commit is contained in:
parent
e7b3daeb29
commit
7ddf004489
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ class phpbb_crypto_manager
|
||||||
*
|
*
|
||||||
* @throws RunTimeException If hash type is not supported
|
* @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
|
// preg_match() will also show hashing algos like $2a\H$, which
|
||||||
// is a combination of bcrypt and phpass
|
// is a combination of bcrypt and phpass
|
||||||
|
|
Loading…
Add table
Reference in a new issue