mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-13 09:05:08 -04:00
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
@ -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…
x
Reference in New Issue
Block a user