1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Used preferred macro definition check

Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
Gabor Mezei
2023-07-05 16:08:22 +02:00
parent f4aab6f666
commit d6789f1e2e

View File

@ -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