mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Avoid replacing handle. stdout is defined as a macro on several platforms. Signed-off-by: gufe44 <gu981@protonmail.com>
4 lines
207 B
Text
4 lines
207 B
Text
Bugfix
|
|
* Fix bug in redirection of unit test outputs on platforms where stdout is
|
|
defined as a macro. First reported in #2311 and fix contributed in #3528.
|
|
Adopted for LTS branch 2.16 in #3601.
|