Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
5c4ca32f93
commit
cd79dfc4bb
1 changed files with 1 additions and 1 deletions
|
@ -3103,7 +3103,7 @@
|
||||||
* If the implementation here is empty, this will effectively disable the
|
* If the implementation here is empty, this will effectively disable the
|
||||||
* checking of functions' return values.
|
* checking of functions' return values.
|
||||||
*/
|
*/
|
||||||
//#define MBEDTLS_CHECK_RETURN __attribute__(__warn_unused_result__)
|
//#define MBEDTLS_CHECK_RETURN __attribute__((__warn_unused_result__))
|
||||||
|
|
||||||
/* PSA options */
|
/* PSA options */
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue