--- 1463624-29-move-password-inc-to-dic.patch 2012-11-13 18:28:42.000000000 +0100 +++ 1463624-32-move-password-inc-to-dic.patch 2012-11-13 22:09:49.000000000 +0100 @@ -412,7 +412,7 @@ +} diff --git a/core/lib/Drupal/Core/Password/PhpassHashedPassword.php b/core/lib/Drupal/Core/Password/PhpassHashedPassword.php new file mode 100644 -index 0000000..fa87041 +index 0000000..549bfbe --- /dev/null +++ b/core/lib/Drupal/Core/Password/PhpassHashedPassword.php @@ -0,0 +1,256 @@ @@ -454,7 +454,7 @@ + * generating new password hashes. The number of times is calculated by + * raising 2 to the power of the given value. + */ -+ private $countLog2; ++ protected $countLog2; + + /** + * Constructs a new phpass password hashing instance.