commit | 71159f45ab8850eafb75a8f5ecb38a871b56a89b | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Tue Jan 03 12:51:59 2023 +0000 |
committer | David Horstmann <david.horstmann@arm.com> | Tue Jan 03 12:51:59 2023 +0000 |
tree | fafcf89fca782eb9a5d746cb3b865bdf375395f0 | |
parent | 7a389ddc847f25e4b98d07e641dac123d9e7a53c [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 */