From bccd1e672fabc3c788e93075221d47d9f077b167 Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Mon, 11 Jun 2012 12:38:54 -0700 Subject: 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() --- ext/openssl/php_openssl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/openssl/php_openssl.h') 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); -- cgit v1.2.1