diff options
| author | Anthony Ferrara <ircmaxell@gmail.com> | 2012-09-04 11:34:00 -0400 |
|---|---|---|
| committer | Anthony Ferrara <ircmaxell@gmail.com> | 2012-09-04 11:34:00 -0400 |
| commit | db41f9fe60d863041fb53a273c2f64b6925f5ad0 (patch) | |
| tree | dcd35e522ae2f2272d44664f6e8d6ec2e3df0c61 /ext/standard/php_password.h | |
| parent | 824f1f45818096eff0e022ba2a1cbc2071343c9a (diff) | |
| download | php-git-db41f9fe60d863041fb53a273c2f64b6925f5ad0.tar.gz | |
Refactoring to use size_t instead of int most places
Diffstat (limited to 'ext/standard/php_password.h')
| -rw-r--r-- | ext/standard/php_password.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/php_password.h b/ext/standard/php_password.h index d99c061c00..db7747a3db 100644 --- a/ext/standard/php_password.h +++ b/ext/standard/php_password.h @@ -31,9 +31,6 @@ PHP_MINIT_FUNCTION(password); #define PHP_PASSWORD_DEFAULT 1 #define PHP_PASSWORD_BCRYPT 1 -#define PHP_PASSWORD_SALT_RAW 1 -#define PHP_PASSWORD_SALT_BCRYPT 2 - #define PHP_PASSWORD_BCRYPT_COST 10 #endif |
