aboutsummaryrefslogtreecommitdiff
path: root/patches/openssl.c.patch
blob: 46702f260b8b01c64240e63f4998ed2a06dadaac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- apps/openssl/openssl.c.orig	Sun Nov 27 10:48:36 2022
+++ apps/openssl/openssl.c	Sun Nov 27 10:48:49 2022
@@ -359,7 +359,9 @@ BIO *bio_err = NULL;
 static void
 openssl_startup(void)
 {
+#ifndef _WIN32
 	signal(SIGPIPE, SIG_IGN);
+#endif
 
 	OpenSSL_add_all_algorithms();
 	SSL_library_init();