diff options
author | lloyd <[email protected]> | 2008-09-28 19:58:49 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 19:58:49 +0000 |
commit | fde29acbeb656bcffe13b91f08f847eee4509670 (patch) | |
tree | a1b1cc959ce2cbc4150ae563146ae2a6252b9436 /src/hash/tiger | |
parent | 9bcfe627321ddc81691b835dffaa6324ac4684a4 (diff) |
Make mdx_hash also a module, which most of the hash functions depend on.
Correct the configure program so modules are not autoloaded if their
dependences are not available. (Eg, --no-module=mdx_hash will disable
MD4, MD5, SHA-1, etc rather than cause a compliation failure)
Diffstat (limited to 'src/hash/tiger')
-rw-r--r-- | src/hash/tiger/modinfo.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hash/tiger/modinfo.txt b/src/hash/tiger/modinfo.txt index e117d6701..7d4cd7177 100644 --- a/src/hash/tiger/modinfo.txt +++ b/src/hash/tiger/modinfo.txt @@ -9,3 +9,7 @@ tig_tab.cpp tiger.cpp tiger.h </add> + +<requires> +mdx_hash +</requires> |