mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Rename mbedtls_net_close() to mbedtls_net_free()
close() may be more meaningful, but free() is symmetric with _init(), and more consistent with all other modules
This commit is contained in:
parent
5db64328ab
commit
3d7d00ad23
18 changed files with 36 additions and 36 deletions
|
|
@ -475,7 +475,7 @@ ssl_exit:
|
|||
|
||||
exit:
|
||||
|
||||
mbedtls_net_close( &server_fd );
|
||||
mbedtls_net_free( &server_fd );
|
||||
mbedtls_x509_crt_free( &cacert );
|
||||
mbedtls_x509_crt_free( &clicert );
|
||||
#if defined(MBEDTLS_X509_CRL_PARSE_C)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue