diff options
author | lloyd <[email protected]> | 2013-07-30 19:14:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2013-07-30 19:14:19 +0000 |
commit | 0abddf092a646168b0cb5648b940e7baf6188bf4 (patch) | |
tree | ad85d4d2b108dc7073299a77ef58e6e4a59191bc /src/math/bigint/divide.cpp | |
parent | 8de61c663139ece92c23242854262efef8cd7c4d (diff) |
Rename mp_asm.h to mp_madd.h
Diffstat (limited to 'src/math/bigint/divide.cpp')
-rw-r--r-- | src/math/bigint/divide.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/bigint/divide.cpp b/src/math/bigint/divide.cpp index c8b82422a..8b21bce13 100644 --- a/src/math/bigint/divide.cpp +++ b/src/math/bigint/divide.cpp @@ -7,7 +7,7 @@ #include <botan/divide.h> #include <botan/internal/mp_core.h> -#include <botan/internal/mp_asmi.h> +#include <botan/internal/mp_madd.h> namespace Botan { |