From d6789f1e2e8061c3d56457c2462b5fec08d61451 Mon Sep 17 00:00:00 2001 From: Gabor Mezei Date: Wed, 5 Jul 2023 16:08:22 +0200 Subject: [PATCH] Used preferred macro definition check Signed-off-by: Gabor Mezei --- library/ecp_invasive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ecp_invasive.h b/library/ecp_invasive.h index 31fde48a27..6c55b2945f 100644 --- a/library/ecp_invasive.h +++ b/library/ecp_invasive.h @@ -43,7 +43,7 @@ typedef enum { /* Requred macros for ECP split. * If MBEDTLS_ECP_WITH_MPI_UINT is defined the new bignum interface is used. */ -#ifndef MBEDTLS_ECP_WITH_MPI_UINT +#if !defined(MBEDTLS_ECP_WITH_MPI_UINT) /* Because of `check_names.py` a define is needed for every macro. */ //#define MBEDTLS_ECP_WITH_MPI_UINT