mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-05 22:19:11 +01:00
Move from naked int to a structure in net.c
Provides more flexibility for future changes/extensions.
This commit is contained in:
parent
16a17a496c
commit
91895853ac
3 changed files with 91 additions and 52 deletions
|
|
@ -71,6 +71,8 @@ API Changes
|
|||
mbedtls_base64_decode()
|
||||
mbedtls_mpi_write_string()
|
||||
mbedtls_dhm_calc_secret()
|
||||
* In the NET module, all "int" and "int *" arguments for file descriptors
|
||||
changed type to "mbedtls_net_context *".
|
||||
* net_accept() gained new arguments for the size of the client_ip buffer.
|
||||
* In the threading layer, mbedtls_mutex_init() and mbedtls_mutex_free() now
|
||||
return void.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue