From 3646dc78bc44ee9765e4fdf56a74651d7f4ad709 Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Wed, 14 Jun 2023 08:51:08 +0100 Subject: [PATCH] Fix coding style issue Signed-off-by: Paul Elliott --- library/ecp_curves.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ecp_curves.c b/library/ecp_curves.c index 2e377a090..82881393d 100644 --- a/library/ecp_curves.c +++ b/library/ecp_curves.c @@ -5585,7 +5585,7 @@ int mbedtls_ecp_mod_p448(mbedtls_mpi_uint *X, size_t X_limbs) /* M = B0 * 2^224 * Oversize M once again takes any carry. */ memmove((char *) M + P224_SIZE, M, P224_SIZE + - sizeof(mbedtls_mpi_uint)); memset(M, 0, P224_SIZE); + sizeof(mbedtls_mpi_uint)); memset(M, 0, P224_SIZE); /* M = A1 + B0 * 2^224 * No need to have to call mbedtls_mpi_core_add() as as both bignums