mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-16 04:20:49 +00:00
Used preferred macro definition check
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
This commit is contained in:
parent
f4aab6f666
commit
d6789f1e2e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user