]> git.ipfire.org Git - thirdparty/openssl.git/commit
OPENSSL_SYS_WINDOWS is also enabled for mingw build
authorAlexandr Nedvedicky <sashan@openssl.org>
Mon, 6 Oct 2025 07:33:09 +0000 (09:33 +0200)
committerNeil Horman <nhorman@openssl.org>
Wed, 8 Oct 2025 12:07:17 +0000 (08:07 -0400)
commitaf3a3f8205968f9e652efa7adf2a359f4eb9d9cc
tree142b7304933455468abe7b9bb0fa439a0c766ab4
parent7fb9163586234ed9eecf95ae2fd7185a9dcb556e
OPENSSL_SYS_WINDOWS is also enabled for mingw build

the test_n() in bioprinttest.c must differentiate between
MSVC runtime libc and ming runtime libc. The function
_set_printf_count_output() must be called when openssl
is linked with MSVC libc only.

Fixes #28679

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/28759)
test/bioprinttest.c