diff options
author | lloyd <[email protected]> | 2006-12-15 00:24:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2006-12-15 00:24:58 +0000 |
commit | 7493f28abbd50ea6707d54fd4ab0199c5ae72f33 (patch) | |
tree | cbc0d2045fd4cf56a0f0cdbbfb1446b2120abdde /modules/alg_ia32/modinfo.txt | |
parent | abe82f46b251adc496a7b3f232d4fd5fd513449a (diff) |
Rename the mp_muladd source files to mp_mulop
Diffstat (limited to 'modules/alg_ia32/modinfo.txt')
-rw-r--r-- | modules/alg_ia32/modinfo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/alg_ia32/modinfo.txt b/modules/alg_ia32/modinfo.txt index 8135c7ee3..8cd10454c 100644 --- a/modules/alg_ia32/modinfo.txt +++ b/modules/alg_ia32/modinfo.txt @@ -10,7 +10,7 @@ serpent.cpp </replace> <ignore> -mp_muladd.cpp +mp_mulop.cpp </ignore> <add> @@ -19,7 +19,7 @@ md4core.S md5core.S sha1core.S serp_asm.S -mp_muladd.S +mp_mulop.S </add> <arch> |