diff options
author | lloyd <[email protected]> | 2008-09-28 17:01:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-28 17:01:15 +0000 |
commit | b677f899b4175dfb1e8910e219ade760cd716d95 (patch) | |
tree | 54a655dcd5c726537b549a68b1556f3c89fad513 /modules/hash/tiger/modinfo.txt | |
parent | 722c92122487850e974a14b5e4b90be4b952a6da (diff) |
Modularize hashes and checksums
Diffstat (limited to 'modules/hash/tiger/modinfo.txt')
-rw-r--r-- | modules/hash/tiger/modinfo.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/hash/tiger/modinfo.txt b/modules/hash/tiger/modinfo.txt new file mode 100644 index 000000000..e117d6701 --- /dev/null +++ b/modules/hash/tiger/modinfo.txt @@ -0,0 +1,11 @@ +realname "Tiger" + +define TIGER + +load_on auto + +<add> +tig_tab.cpp +tiger.cpp +tiger.h +</add> |