summaryrefslogtreecommitdiff
path: root/ext/standard/php_password.h
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@gmail.com>2012-08-28 11:24:33 -0400
committerAnthony Ferrara <ircmaxell@gmail.com>2012-08-28 11:24:33 -0400
commite05413ca594ff10fd93d40429cb598c2e109edf4 (patch)
treebe767e88a648d5aeeec513f4a65e0a2a0632267c /ext/standard/php_password.h
parent707c9073b595a75447fbc25e01e7804293fad9b7 (diff)
downloadphp-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.h1
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);