13 lines
297 B
Diff
13 lines
297 B
Diff
--- 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();
|