From 7ddf004489879aa0cc21fcd69225ab78ef472d50 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Sun, 16 Jun 2013 21:30:47 +0200 Subject: [PATCH] [feature/passwords] Make method get_hashing_algorithm() protected There is currently no use for it being public. PHPBB3-11610 --- phpBB/includes/crypto/manager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/crypto/manager.php b/phpBB/includes/crypto/manager.php index 93b99743d1..d2cb1b5029 100644 --- a/phpBB/includes/crypto/manager.php +++ b/phpBB/includes/crypto/manager.php @@ -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