2022-11-27 10:50:30 +01:00
|
|
|
--- 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;
|
2014-07-10 22:06:10 -05:00
|
|
|
static void
|
|
|
|
openssl_startup(void)
|
|
|
|
{
|
|
|
|
+#ifndef _WIN32
|
|
|
|
signal(SIGPIPE, SIG_IGN);
|
|
|
|
+#endif
|
2015-09-13 09:19:26 -05:00
|
|
|
|
2014-07-10 22:06:10 -05:00
|
|
|
OpenSSL_add_all_algorithms();
|
2015-09-13 09:19:26 -05:00
|
|
|
SSL_library_init();
|