Added changelog

Signed-off-by: SuperIlu <superilu@yahoo.com>
This commit is contained in:
SuperIlu 2024-12-01 10:16:36 +01:00 committed by GitHub
parent 685d128c0f
commit 1406ace4d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View 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