1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-04 23:42:42 +03:00
Files
mbedtls/library/ssl_tls12_client.c
Manuel Pégourié-Gonnard b8b07aa24a Handle errors from functions that now return int
A few functions were changed from returning void to returning int three
commits ago. Make sure their callers check the return values.

This commits was basically a matter of declaring newly-int-returning
functions MBEDTLS_CHECK_RETURN_CRITICAL and then fixing the resulting
warnings. A few functions had to be made int in the process; they were
applied the same process as well.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2023-02-21 15:39:12 +01:00

127 KiB