commit | 2a7bcaf8af76afad5c8fe5e4854fd4fdd95e7868 | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Thu Jul 06 10:37:51 2023 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Thu Jul 06 10:37:51 2023 +0200 |
tree | b428b1fa573cdbc92388935da7b348dec78c4b05 | |
parent | 6db604711db6df1f9f41bdded93bb9a1eb8cb21e [diff] [blame] |
Use only `MBEDTLS_ECP_WITH_MPI_UINT` to switch between the ecp variants Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/ecp_new.c b/library/ecp_new.c index 3df6f9f..028a33b 100644 --- a/library/ecp_new.c +++ b/library/ecp_new.c
@@ -43,8 +43,6 @@ #include "common.h" -#include "ecp_invasive.h" - #if defined(MBEDTLS_ECP_WITH_MPI_UINT) /** @@ -84,6 +82,7 @@ #include "mbedtls/error.h" #include "bn_mul.h" +#include "ecp_invasive.h" #include <string.h>