commit | 8b6068b69a73c8e84c3e1a93d42cb40f4c7a32fe | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Thu Jan 05 15:42:32 2023 +0000 |
committer | David Horstmann <david.horstmann@arm.com> | Thu Jan 05 15:42:32 2023 +0000 |
tree | 0cf7a8a1a54c8bf961c3d2e310d224b34ee32813 | |
parent | cd0a5656445bb75e8fe485880b4b00c28522a66f [diff] [blame] |
Switch to the new code style Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/library/ssl_client.h b/library/ssl_client.h index be4d067..f57bea3 100644 --- a/library/ssl_client.h +++ b/library/ssl_client.h
@@ -29,6 +29,6 @@ #include <stddef.h> MBEDTLS_CHECK_RETURN_CRITICAL -int mbedtls_ssl_write_client_hello( mbedtls_ssl_context *ssl ); +int mbedtls_ssl_write_client_hello(mbedtls_ssl_context *ssl); #endif /* MBEDTLS_SSL_CLIENT_H */