aboutsummaryrefslogtreecommitdiff
path: root/patches/openssl.c.patch
blob: 4e0887c39ec3f1c9203c921caebd839a926edb57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- apps/openssl/openssl.c.orig	Fri Aug  2 23:52:59 2024
+++ apps/openssl/openssl.c	Fri Aug  2 23:53:17 2024
@@ -347,7 +347,9 @@ BIO *bio_err = NULL;
 static void
 openssl_startup(void)
 {
+#ifndef _WIN32
 	signal(SIGPIPE, SIG_IGN);
+#endif
 
 	OpenSSL_add_all_algorithms();
 	SSL_library_init();