mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Fix formatting issues in net_sockets.c
This commit is contained in:
parent
097618b4c6
commit
532c94dcb7
1 changed files with 3 additions and 2 deletions
|
|
@ -133,7 +133,8 @@ void mbedtls_net_init( mbedtls_net_context *ctx )
|
|||
/*
|
||||
* Initiate a TCP connection with host:port and the given protocol
|
||||
*/
|
||||
int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host, const char *port, int proto )
|
||||
int mbedtls_net_connect( mbedtls_net_context *ctx, const char *host,
|
||||
const char *port, int proto )
|
||||
{
|
||||
int ret;
|
||||
struct addrinfo hints, *addr_list, *cur;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue