diff options
author | lloyd <[email protected]> | 2009-11-14 17:15:06 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-14 17:15:06 +0000 |
commit | c995540c0774c6f6f48a101deff9ac5fe2a6562a (patch) | |
tree | 2999371fbb16db08aebb9402bfe8c917ceac99ec /src/math/bigint/mulop_ia32/mp_mulop.S | |
parent | 4649c8be4c12ade06cd2ff45582606e919b65ed2 (diff) |
Instead of having two asm_macr.h files being switched in based on module
build magic, name them asm_macr_ARCH.h. Change all including files accordingly.
Diffstat (limited to 'src/math/bigint/mulop_ia32/mp_mulop.S')
-rw-r--r-- | src/math/bigint/mulop_ia32/mp_mulop.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/bigint/mulop_ia32/mp_mulop.S b/src/math/bigint/mulop_ia32/mp_mulop.S index 988ef573c..0ca559659 100644 --- a/src/math/bigint/mulop_ia32/mp_mulop.S +++ b/src/math/bigint/mulop_ia32/mp_mulop.S @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/asm_macr.h> +#include <botan/asm_macr_ia32.h> START_LISTING(mp_muladd.S) |