mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-09 19:14:02 +00:00
Added changelog
Signed-off-by: SuperIlu <superilu@yahoo.com>
This commit is contained in:
parent
7e6d4c13a8
commit
95355befd5
5
ChangeLog.d/fix-compilation-with-djgpp.txt
Normal file
5
ChangeLog.d/fix-compilation-with-djgpp.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Bugfix:
|
||||
* DJGPP does not provide `suseconds_t`, but defines `__unix__`
|
||||
* `net_sockets.c` uses it for `mbedtls_net_usleep()`
|
||||
* This fix makes use of the alternate codepath w/o `suseconds_t` if `__DJGPP__` is defined
|
||||
|
Loading…
x
Reference in New Issue
Block a user