mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Used preferred macro definition check
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
@ -43,7 +43,7 @@ typedef enum {
|
|||||||
/* Requred macros for ECP split.
|
/* Requred macros for ECP split.
|
||||||
* If MBEDTLS_ECP_WITH_MPI_UINT is defined the new bignum interface is used.
|
* 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. */
|
/* Because of `check_names.py` a define is needed for every macro. */
|
||||||
//#define MBEDTLS_ECP_WITH_MPI_UINT
|
//#define MBEDTLS_ECP_WITH_MPI_UINT
|
||||||
|
Reference in New Issue
Block a user