diff options
| author | Anthony Ferrara <ircmaxell@gmail.com> | 2012-08-28 11:24:33 -0400 |
|---|---|---|
| committer | Anthony Ferrara <ircmaxell@gmail.com> | 2012-08-28 11:24:33 -0400 |
| commit | e05413ca594ff10fd93d40429cb598c2e109edf4 (patch) | |
| tree | be767e88a648d5aeeec513f4a65e0a2a0632267c /ext/standard/php_password.h | |
| parent | 707c9073b595a75447fbc25e01e7804293fad9b7 (diff) | |
| download | php-git-e05413ca594ff10fd93d40429cb598c2e109edf4.tar.gz | |
Remove password_make_salt() from the implementation
Diffstat (limited to 'ext/standard/php_password.h')
| -rw-r--r-- | ext/standard/php_password.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/php_password.h b/ext/standard/php_password.h index 8211ae1753..d99c061c00 100644 --- a/ext/standard/php_password.h +++ b/ext/standard/php_password.h @@ -23,7 +23,6 @@ PHP_FUNCTION(password_hash); PHP_FUNCTION(password_verify); -PHP_FUNCTION(password_make_salt); PHP_FUNCTION(password_needs_rehash); PHP_FUNCTION(password_get_info); |
