mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-03 13:03:16 +08:00
Add MBEDTLS_CHECK_RETURN description to mbedtls_config.
Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
This commit is contained in:
parent
e35f8f6a77
commit
2a25804fd4
@ -256,6 +256,18 @@
|
||||
*/
|
||||
//#define MBEDTLS_DEPRECATED_REMOVED
|
||||
|
||||
/** \def MBEDTLS_CHECK_RETURN
|
||||
*
|
||||
* This macro appearing at the beginning of the declaration of a function
|
||||
* indicates that its return value should be checked.
|
||||
*
|
||||
* Default implementation resides in platform_util.h.
|
||||
* You can override default implementation by defining your own.
|
||||
* Custom implementation can be empty, which will disable checking
|
||||
* of functions' return values.
|
||||
*/
|
||||
//#define MBEDTLS_CHECK_RETURN
|
||||
|
||||
/* \} name SECTION: System support */
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user