commit | f39f732c310d20a1e4ebc739704328339bcbdabc | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jan 29 10:16:30 2018 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Jan 29 13:27:48 2018 +0100 |
tree | 05dbc1bb72294c1ba891b621f5a9f054f51dc298 | |
parent | 34437442715a798e61dbfca742d19ba67f02d6c6 [diff] |
Fix alarm(0) failure on mingw32 A new test for mbedtls_timing_alarm(0) was introduced in PR 1136, which also fixed it on Unix. Apparently test results on MinGW were not checked at that point, so we missed that this new test was also failing on this platform.