diff options
| author | Scott MacVicar <scottmac@php.net> | 2012-06-11 12:38:54 -0700 |
|---|---|---|
| committer | Scott MacVicar <scottmac@php.net> | 2012-06-11 15:41:41 -0700 |
| commit | bccd1e672fabc3c788e93075221d47d9f077b167 (patch) | |
| tree | 92b4dce7ad47c07dbe569cc8c59b8038c800c4b2 /ext/openssl/php_openssl.h | |
| parent | b5b8ea1050837fba5a6cee55e41b4574ed64158e (diff) | |
| download | php-git-bccd1e672fabc3c788e93075221d47d9f077b167.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); |
