aboutsummaryrefslogtreecommitdiff
path: root/patches/openssl.c.patch
blob: 57282aa1ce31f277fc94139f0c4e8f4b426ead2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- apps/openssl/openssl.c.orig	Sun Sep 13 09:11:31 2015
+++ apps/openssl/openssl.c	Sun Sep 13 09:10:02 2015
@@ -399,7 +399,9 @@
 static void
 openssl_startup(void)
 {
+#ifndef _WIN32
 	signal(SIGPIPE, SIG_IGN);
+#endif
 
 	OpenSSL_add_all_algorithms();
 	SSL_library_init();