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