summaryrefslogtreecommitdiff
path: root/ext/hash/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/hash/hash.c')
-rw-r--r--ext/hash/hash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/hash/hash.c b/ext/hash/hash.c
index c1f1b097e9..a33cf2ea27 100644
--- a/ext/hash/hash.c
+++ b/ext/hash/hash.c
@@ -516,6 +516,7 @@ PHP_MINIT_FUNCTION(hash)
zend_hash_init(&php_hash_hashtable, 35, NULL, NULL, 1);
+ php_hash_register_algo("md4", &php_hash_md4_ops);
php_hash_register_algo("md5", &php_hash_md5_ops);
php_hash_register_algo("sha1", &php_hash_sha1_ops);
php_hash_register_algo("sha256", &php_hash_sha256_ops);