mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
13 lines
297 B
Diff
13 lines
297 B
Diff
--- apps/openssl/openssl.c.orig Sat May 31 03:18:05 2025
|
|
+++ apps/openssl/openssl.c Sat May 31 03:18:17 2025
|
|
@@ -341,7 +341,9 @@ BIO *bio_err = NULL;
|
|
static void
|
|
openssl_startup(void)
|
|
{
|
|
+#ifndef _WIN32
|
|
signal(SIGPIPE, SIG_IGN);
|
|
+#endif
|
|
|
|
OpenSSL_add_all_algorithms();
|
|
SSL_library_init();
|