mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-07 06:59:19 +01:00
net.c now depends on select() unconditionally
This commit is contained in:
parent
a63bc94a2d
commit
d4f04dba42
6 changed files with 5 additions and 27 deletions
|
|
@ -115,7 +115,7 @@ Default behavior changes
|
|||
|
||||
Requirement changes
|
||||
* The minimum MSVC version required is now 2010 (better C99 support).
|
||||
* The NET layer now unconditionnaly relies on getaddrinfo().
|
||||
* The NET layer now unconditionnaly relies on getaddrinfo() and select().
|
||||
* Compiler is required to support C99 types such as long long and uint32_t.
|
||||
|
||||
API changes from the 1.4 preview branch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue