Fix mistake in the sample implementation of MBEDTLS_CHECK_RETURN

Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
Gilles Peskine
2021-09-30 19:24:36 +02:00
parent 15a7420d3c
commit 9110809c46
+1 -1
View File
@@ -3731,7 +3731,7 @@
* If the implementation here is empty, this will effectively disable the
* checking of functions' return values.
*/
//#define MBEDTLS_CHECK_RETURN __attribute__(__warn_unused_result__)
//#define MBEDTLS_CHECK_RETURN __attribute__((__warn_unused_result__))
/* PSA options */
/**