]> 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:07:17 +0000 (08:07 -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)

test/bioprinttest.c

index d4b94599945e882bf5aac1c0031a5daca33ccf1e..4b661a9c65da6970b6f671f12c5a9d305b2c5257 100644 (file)
@@ -541,8 +541,7 @@ static int test_n(int i)
         ptrdiff_t t;
     } 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