From b76517b764182c18ad8519300426e99e07ecee21 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 10 Mar 2021 23:44:28 +0100 Subject: [PATCH] Cosmetic improvement Signed-off-by: Gilles Peskine --- 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 a1aab5deb6..962d5af9bc 100644 --- a/library/ecp_curves.c +++ b/library/ecp_curves.c @@ -1001,7 +1001,7 @@ static inline void sub32( uint32_t *dst, uint32_t src, signed char *carry ) #define SUB( j ) sub32( &cur, A( j ), &c ); #define ciL (sizeof(mbedtls_mpi_uint)) /* chars in limb */ -#define biL (ciL << 3) /* bits in limb */ +#define biL (ciL << 3) /* bits in limb */ /* * Helpers for the main 'loop'