diff options
author | Scott MacVicar <scottmac@php.net> | 2012-06-11 12:38:54 -0700 |
---|---|---|
committer | Scott MacVicar <scottmac@php.net> | 2012-06-11 12:38:54 -0700 |
commit | b481ebae5503c54f31d73ef0e2243f5ef9025d0d (patch) | |
tree | a5733fdf3a01887ec73b9607058192caf1871ad2 /ext/openssl/php_openssl.h | |
parent | 733aaf23b1ba58e1a6abb9c0d00aedf67d143167 (diff) | |
download | php-git-b481ebae5503c54f31d73ef0e2243f5ef9025d0d.tar.gz |
Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound like a spell.
Summary:
Stas pointed out that this is named pretty poorly. Go for openssl_pbkdf2()
Diffstat (limited to 'ext/openssl/php_openssl.h')
-rw-r--r-- | ext/openssl/php_openssl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/php_openssl.h b/ext/openssl/php_openssl.h index 0dbe7d2887..2de211a64c 100644 --- a/ext/openssl/php_openssl.h +++ b/ext/openssl/php_openssl.h @@ -52,7 +52,7 @@ PHP_FUNCTION(openssl_private_decrypt); PHP_FUNCTION(openssl_public_encrypt); PHP_FUNCTION(openssl_public_decrypt); -PHP_FUNCTION(openssl_pkcs5_pbkdf2_hmac); +PHP_FUNCTION(openssl_pbkdf2); PHP_FUNCTION(openssl_pkcs7_verify); PHP_FUNCTION(openssl_pkcs7_decrypt); |