commit | a82a8b9f4b886b355f0d90c9459010d175af471c | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Fri Jun 17 10:53:58 2022 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Jun 20 21:12:55 2022 +0200 |
tree | d38f6a87f2aff456f9afae8063c7ec8f4c09ea82 | |
parent | a3115dc0e6b3185812efbf73cc01e4da238257e8 [diff] [blame] |
Mark internal int SSL functions CHECK_RETURN_CRITICAL Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/library/ssl_client.h b/library/ssl_client.h index 8e0c216..be4d067 100644 --- a/library/ssl_client.h +++ b/library/ssl_client.h
@@ -28,6 +28,7 @@ #include <stddef.h> +MBEDTLS_CHECK_RETURN_CRITICAL int mbedtls_ssl_write_client_hello( mbedtls_ssl_context *ssl ); #endif /* MBEDTLS_SSL_CLIENT_H */