mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 15:09:28 +01:00
Rename net.{c,h} to net_sockets.{c,h}
The library/net.c and its corresponding include/mbedtls/net.h file are renamed to library/net_sockets.c and include/mbedtls/net_sockets.h respectively. This is to avoid naming collisions in projects which also have files with the common name 'net'.
This commit is contained in:
parent
77d779e8bb
commit
3616f6f261
28 changed files with 273 additions and 233 deletions
|
|
@ -38,6 +38,10 @@ Changes
|
|||
through the symbol YOTTA_CFG_MBEDTLS_TARGET_CONFIG_FILE.
|
||||
* Added optimization for code space for X.509/OID based on configured
|
||||
features. (contributed by Aviv Palivoda)
|
||||
* Renamed source file library/net.c to library/net_sockets.c to avoid
|
||||
naming collision in projects which also have files with the common name
|
||||
net.c. For consistency, the corresponding header file, net.h, is marked as
|
||||
deprecated, and its contents moved to net_sockets.h.
|
||||
|
||||
= mbed TLS 2.3.0 branch released 2016-06-28
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue