diff options
author | lloyd <[email protected]> | 2008-09-29 04:14:03 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 04:14:03 +0000 |
commit | feacbc0cd7fbac1ac2aabc3a4e057917d38bdf30 (patch) | |
tree | 5bb50f81daac7c6b65143e688c7387a4eab3428d /src/hash/md5_ia32 | |
parent | 46bfd602ab63ee4b89b6b6283bdc2c6fb102e110 (diff) |
Add info.txt files for asm hash modules
Diffstat (limited to 'src/hash/md5_ia32')
-rw-r--r-- | src/hash/md5_ia32/info.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/hash/md5_ia32/info.txt b/src/hash/md5_ia32/info.txt new file mode 100644 index 000000000..566b6a0d4 --- /dev/null +++ b/src/hash/md5_ia32/info.txt @@ -0,0 +1,33 @@ +realname "MD5 (x86)" + +define MD5 + +load_on requested + +<add> +md5_ia32.S +md5.cpp +md5.h +</add> + +<requires> +mdx_hash +</requires> + +<arch> +ia32 +</arch> + +<cc> +gcc +icc +</cc> + +# ELF systems +<os> +linux +freebsd +netbsd +openbsd +solaris +</os> |