--- apps/openssl/openssl.c.orig Thu Jan 2 08:27:54 2025 +++ apps/openssl/openssl.c Thu Jan 2 08:28:04 2025 @@ -344,7 +344,9 @@ BIO *bio_err = NULL; static void openssl_startup(void) { +#ifndef _WIN32 signal(SIGPIPE, SIG_IGN); +#endif OpenSSL_add_all_algorithms(); SSL_library_init();