]> granicus.if.org Git - php/commit
Rename openssl_pkcs5_pbkdf2_hmac() to something that doesn't sound like a spell.
authorScott MacVicar <scottmac@php.net>
Mon, 11 Jun 2012 19:38:54 +0000 (12:38 -0700)
committerScott MacVicar <scottmac@php.net>
Mon, 11 Jun 2012 22:41:41 +0000 (15:41 -0700)
commitbccd1e672fabc3c788e93075221d47d9f077b167
tree92b4dce7ad47c07dbe569cc8c59b8038c800c4b2
parentb5b8ea1050837fba5a6cee55e41b4574ed64158e
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/CREDITS
ext/openssl/openssl.c
ext/openssl/php_openssl.h
ext/openssl/tests/openssl_pbkdf2.phpt [new file with mode: 0644]
ext/openssl/tests/openssl_pkcs5_pbkdf2_hmac.phpt [deleted file]