diff options
author | Michael Wallner <mike@php.net> | 2005-11-23 21:15:41 +0000 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2005-11-23 21:15:41 +0000 |
commit | ddc2444d2ca9061959cac4fff98074b6f83f24e0 (patch) | |
tree | cd4186bb136e8922ea2dfd0d246935f12814a2b9 /ext/hash/config.w32 | |
parent | 41cc009a9e1afdd4486026102c9a36d9f28e62da (diff) | |
download | php-git-ddc2444d2ca9061959cac4fff98074b6f83f24e0.tar.gz |
- add whirlpool algo
Diffstat (limited to 'ext/hash/config.w32')
-rw-r--r-- | ext/hash/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/config.w32 b/ext/hash/config.w32 index 8ae9d360c7..aecb9fcc21 100644 --- a/ext/hash/config.w32 +++ b/ext/hash/config.w32 @@ -5,6 +5,6 @@ ARG_ENABLE("hash", "enable hash support", "no"); if (PHP_HASH != "no") { AC_DEFINE('HAVE_HASH_EXT', 1); - EXTENSION("hash", "hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c"); + EXTENSION("hash", "hash.c hash_md.c hash_sha.c hash_ripemd.c hash_haval.c hash_whirlpool.c"); } |