summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/password.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/password.php b/lib/password.php
index 4d0e8b7..faa5eaa 100644
--- a/lib/password.php
+++ b/lib/password.php
@@ -7,7 +7,7 @@
* @copyright 2012 The Authors
*/
-if (!defined('PASSWORD_BCRYPT')) {
+if (!defined('PASSWORD_DEFAULT')) {
define('PASSWORD_BCRYPT', 1);
define('PASSWORD_DEFAULT', PASSWORD_BCRYPT);