aboutsummaryrefslogtreecommitdiff
path: root/patches/openssl.c.patch
blob: 5ba5ac6664905b42395a359e6decc6c2ce664713 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- apps/openssl/openssl.c.orig	Thu Jan  2 08:27:54 2025
+++ apps/openssl/openssl.c	Thu Jan  2 08:28:04 2025
@@ -344,7 +344,9 @@ BIO *bio_err = NULL;
 static void
 openssl_startup(void)
 {
+#ifndef _WIN32
 	signal(SIGPIPE, SIG_IGN);
+#endif
 
 	OpenSSL_add_all_algorithms();
 	SSL_library_init();