summaryrefslogtreecommitdiff
path: root/ext/sodium/php_libsodium.h
diff options
context:
space:
mode:
authorSara Golemon <pollita@php.net>2019-04-05 17:33:10 -0400
committerSara Golemon <pollita@php.net>2019-07-07 21:53:43 -0400
commit0ba1db7a4ab035e00dcb3089ef45820054c5a1cf (patch)
tree271352283fbe66712be9b660fb83c6ad84e4b8d9 /ext/sodium/php_libsodium.h
parent57e7c3aac100f7ceb992a9a554b76235713f9a83 (diff)
downloadphp-git-0ba1db7a4ab035e00dcb3089ef45820054c5a1cf.tar.gz
Provide argon2i(d) password hashing from sodium when needed
Diffstat (limited to 'ext/sodium/php_libsodium.h')
-rw-r--r--ext/sodium/php_libsodium.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sodium/php_libsodium.h b/ext/sodium/php_libsodium.h
index 66053f2862..f0ec64ca77 100644
--- a/ext/sodium/php_libsodium.h
+++ b/ext/sodium/php_libsodium.h
@@ -29,6 +29,7 @@ extern zend_module_entry sodium_module_entry;
#endif
PHP_MINIT_FUNCTION(sodium);
+PHP_MINIT_FUNCTION(sodium_password_hash);
PHP_MSHUTDOWN_FUNCTION(sodium);
PHP_RINIT_FUNCTION(sodium);
PHP_RSHUTDOWN_FUNCTION(sodium);