diff options
Diffstat (limited to 'src/math/mp/mp_monty.cpp')
-rw-r--r-- | src/math/mp/mp_monty.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/mp/mp_monty.cpp b/src/math/mp/mp_monty.cpp index 57a2b51a6..095457dbe 100644 --- a/src/math/mp/mp_monty.cpp +++ b/src/math/mp/mp_monty.cpp @@ -7,7 +7,7 @@ */ #include <botan/internal/mp_core.h> -#include <botan/internal/mp_asm.h> +#include <botan/internal/mp_madd.h> #include <botan/internal/mp_asmi.h> #include <botan/mem_ops.h> |