From: sashan Date: Mon, 6 Oct 2025 19:58:08 +0000 (+0200) Subject: - remove CYGWWIN (requested by Brandt) X-Git-Tag: 3.6-PRE-CLANG-FORMAT-WEBKIT~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f687c7ae6b969d73368e816fb88bc20e04533dbd;p=thirdparty%2Fopenssl.git - remove CYGWWIN (requested by Brandt) Reviewed-by: Bernd Edlinger Reviewed-by: Tom Cosgrove Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/28759) (cherry picked from commit f2917ee0e0b9e5dd34a6a6be8aaca0fe7a64c8a6) --- diff --git a/test/bioprinttest.c b/test/bioprinttest.c index 787fd138e52..1bcf9c81dc7 100644 --- a/test/bioprinttest.c +++ b/test/bioprinttest.c @@ -542,8 +542,7 @@ static int test_n(int i) ptrdiff_t t; } n = { 0 }, std_n = { 0 }; -#if defined(OPENSSL_SYS_WINDOWS) && !defined(__MINGW32__) && \ - !defined(__CYGWIN__) +#if defined(OPENSSL_SYS_WINDOWS) && !defined(__MINGW32__) /* * MS CRT is special and throws an exception when %n is used even * in non-*_s versions of printf routines, and there is a special function