summaryrefslogtreecommitdiff
path: root/ext/standard/php_password.h
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@ircmaxell.com>2012-06-24 23:25:18 -0400
committerAnthony Ferrara <ircmaxell@ircmaxell.com>2012-06-24 23:25:18 -0400
commit7e41980fe4972e097e178c034f92920c9c63086c (patch)
tree9dbe2e854a77d11956182ca7acb594927206a910 /ext/standard/php_password.h
parentc77f2c29585f97bd9dad533b9d2bc8334de34f1b (diff)
downloadphp-git-7e41980fe4972e097e178c034f92920c9c63086c.tar.gz
Actually complete password_create()
Diffstat (limited to 'ext/standard/php_password.h')
-rw-r--r--ext/standard/php_password.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/php_password.h b/ext/standard/php_password.h
index f813189a46..5967840d51 100644
--- a/ext/standard/php_password.h
+++ b/ext/standard/php_password.h
@@ -33,7 +33,7 @@ PHP_MINIT_FUNCTION(password);
#define PHP_PASSWORD_SHA256 "5"
#define PHP_PASSWORD_SHA512 "6"
-#define PHP_PASSWORD_BCRYPT_DEFAULT_COST 14;
+#define PHP_PASSWORD_BCRYPT_DEFAULT_COST 12;
#define PHP_PASSWORD_SHA_DEFAULT_ROUNDS 5000;