diff options
author | lloyd <[email protected]> | 2009-11-16 17:32:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2009-11-16 17:32:58 +0000 |
commit | ba4520c3657ef4b031119685166d85446ef7c1ce (patch) | |
tree | 8d4d2ac5f5ca63f4a2d4e66a8110701ec2546eb5 /src/math | |
parent | b4b6bc090035e2cd0e4354fcb17de8f6d0babb6d (diff) | |
parent | 462eb27580d5ca690943a53ed78a5399b038ae46 (diff) |
propagate from branch 'net.randombit.botan' (head 8cecdc1c3dd5853823fabcb816400dd467b3c04a)
to branch 'net.randombit.botan.c++0x' (head 39a585195a07f18628f6216a276402ed92567cc3)
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/bigint/monty_amd64/mp_monty.S | 2 | ||||
-rw-r--r-- | src/math/bigint/mulop_amd64/mp_mulop_amd64.S | 2 | ||||
-rw-r--r-- | src/math/bigint/mulop_ia32/mp_mulop.S | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/math/bigint/monty_amd64/mp_monty.S b/src/math/bigint/monty_amd64/mp_monty.S index d5f97601d..fa493aaa2 100644 --- a/src/math/bigint/monty_amd64/mp_monty.S +++ b/src/math/bigint/monty_amd64/mp_monty.S @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/asm_macr.h> +#include <botan/asm_macr_amd64.h> START_LISTING(mp_monty.S) diff --git a/src/math/bigint/mulop_amd64/mp_mulop_amd64.S b/src/math/bigint/mulop_amd64/mp_mulop_amd64.S index 63ac55e95..dd794bccd 100644 --- a/src/math/bigint/mulop_amd64/mp_mulop_amd64.S +++ b/src/math/bigint/mulop_amd64/mp_mulop_amd64.S @@ -5,7 +5,7 @@ * Distributed under the terms of the Botan license */ -#include <botan/asm_macr.h> +#include <botan/asm_macr_amd64.h> START_LISTING(mp_mulop.S) 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) |