mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-28 15:17:21 +00:00
1406ace4d2
Signed-off-by: SuperIlu <superilu@yahoo.com>
6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
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
|
|
|