summaryrefslogtreecommitdiff
path: root/ext/hash/php_hash.h
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-01-11 21:54:38 +0200
committerNikita Popov <nikita.ppv@gmail.com>2017-01-14 13:28:21 +0100
commit4bf7ef08061720586cb0a2f410720e26719d97f3 (patch)
treee7e35aa3819ebfd2ae2a86baa052604265af75fa /ext/hash/php_hash.h
parent687b02789e3bad3137eba4bff74273c6eb6f1aba (diff)
downloadphp-git-4bf7ef08061720586cb0a2f410720e26719d97f3.tar.gz
Add hash_hkdf()
Diffstat (limited to 'ext/hash/php_hash.h')
-rw-r--r--ext/hash/php_hash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hash/php_hash.h b/ext/hash/php_hash.h
index 51c8ff7a83..45a598c4dd 100644
--- a/ext/hash/php_hash.h
+++ b/ext/hash/php_hash.h
@@ -130,6 +130,7 @@ extern zend_module_entry hash_module_entry;
PHP_FUNCTION(hash);
PHP_FUNCTION(hash_file);
+PHP_FUNCTION(hash_hkdf);
PHP_FUNCTION(hash_hmac);
PHP_FUNCTION(hash_hmac_file);
PHP_FUNCTION(hash_init);