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/sha1 | |
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/sha1')
-rw-r--r-- | src/hash/sha1/modinfo.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hash/sha1/modinfo.txt b/src/hash/sha1/modinfo.txt index 38cea256c..a0ae30b4b 100644 --- a/src/hash/sha1/modinfo.txt +++ b/src/hash/sha1/modinfo.txt @@ -8,3 +8,7 @@ load_on auto sha160.cpp sha160.h </add> + +<requires> +mdx_hash +</requires> |