diff options
author | lloyd <[email protected]> | 2006-08-20 14:44:57 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-08-20 14:44:57 +0000 |
commit | c5e1e02c8fff058cf7708ce14fdb2e20fe588528 (patch) | |
tree | 6aafca2700db7d72253568e6b3a42ed027db50f9 /modules | |
parent | 35900450887c75ae84008f58cbc48fb81bd52bc7 (diff) |
Declare mp_bits for alg_ia32, since it touches the MPI code
Diffstat (limited to 'modules')
-rw-r--r-- | modules/alg_ia32/modinfo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/alg_ia32/modinfo.txt b/modules/alg_ia32/modinfo.txt index d446cd2cd..68579942c 100644 --- a/modules/alg_ia32/modinfo.txt +++ b/modules/alg_ia32/modinfo.txt @@ -1,5 +1,7 @@ realname "Algorithm x86 Assembler" +mp_bits 32 + replace_file md4.cpp replace_file md5.cpp replace_file sha160.cpp |