]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
- remove CYGWWIN (requested by Brandt)
authorsashan <anedvedicky@gmail.com>
Mon, 6 Oct 2025 19:58:08 +0000 (21:58 +0200)
committerNeil Horman <nhorman@openssl.org>
Wed, 8 Oct 2025 12:12:13 +0000 (08:12 -0400)
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)

(cherry picked from commit f2917ee0e0b9e5dd34a6a6be8aaca0fe7a64c8a6)

test/bioprinttest.c

index 787fd138e52d6560be7a2efea5502b4a9d8223e5..1bcf9c81dc7297175df1d65f213271f850f4a4e7 100644 (file)
@@ -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