mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Move MBEDTLS_*_RETURN config options
Move MBEDTLS_*_RETURN config options in the same section as MBEDTLS_CHECK_RETURN_WARNING. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
parent
34a4086901
commit
e5d0f8c906
@ -135,8 +135,6 @@ Open question: do we group them into a subsection?
|
|||||||
//#define MBEDTLS_PLATFORM_MS_TIME_TYPE_MACRO int64_t
|
//#define MBEDTLS_PLATFORM_MS_TIME_TYPE_MACRO int64_t
|
||||||
//#define MBEDTLS_PRINTF_MS_TIME PRId64
|
//#define MBEDTLS_PRINTF_MS_TIME PRId64
|
||||||
//#define MBEDTLS_MEMORY_ALIGN_MULTIPLE 4
|
//#define MBEDTLS_MEMORY_ALIGN_MULTIPLE 4
|
||||||
//#define MBEDTLS_CHECK_RETURN __attribute__((__warn_unused_result__))
|
|
||||||
//#define MBEDTLS_IGNORE_RETURN( result ) ((void) !(result))
|
|
||||||
|
|
||||||
* SECTION "General and test configuration options"
|
* SECTION "General and test configuration options"
|
||||||
//#define MBEDTLS_PSA_CRYPTO_CONFIG_FILE "psa/crypto_config.h"
|
//#define MBEDTLS_PSA_CRYPTO_CONFIG_FILE "psa/crypto_config.h"
|
||||||
@ -151,6 +149,8 @@ Open question: do we group them into a subsection?
|
|||||||
#define MBEDTLS_VERSION_C
|
#define MBEDTLS_VERSION_C
|
||||||
#define MBEDTLS_VERSION_FEATURES
|
#define MBEDTLS_VERSION_FEATURES
|
||||||
|
|
||||||
|
//#define MBEDTLS_CHECK_RETURN __attribute__((__warn_unused_result__))
|
||||||
|
//#define MBEDTLS_IGNORE_RETURN( result ) ((void) !(result))
|
||||||
|
|
||||||
* SECTION "Cryptographic mechanism selection (PSA API)"
|
* SECTION "Cryptographic mechanism selection (PSA API)"
|
||||||
PSA_WANT_\* macros as in current crypto_config.h.
|
PSA_WANT_\* macros as in current crypto_config.h.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user