Logo
Explore Help
Sign In
factotum/libressl-portable
1
Fork 0
You've already forked libressl-portable
Code Issues Pull Requests Packages Projects Releases Wiki Activity
libressl-portable/patches/openssl.c.patch

13 lines
276 B
Diff
Raw Normal View History

rediff patches
2020-09-04 04:12:49 -05:00
--- apps/openssl/openssl.c.orig Thu Nov 7 18:19:01 2019
+++ apps/openssl/openssl.c Fri Sep 4 04:04:26 2020
@@ -360,7 +360,9 @@
add initial CMake and Visual Studio build support This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
2014-07-10 22:06:10 -05:00
static void
openssl_startup(void)
{
+#ifndef _WIN32
signal(SIGPIPE, SIG_IGN);
+#endif
move windows file IO mode setup to apps_win.c
2015-09-13 09:19:26 -05:00
add initial CMake and Visual Studio build support This moves the compatibility include files from include to include/compat so we can use the awful MS C compiler <../include/> trick to emulate the GNU #include_next extension. This also removes a few old compat files we do not need anymore.
2014-07-10 22:06:10 -05:00
OpenSSL_add_all_algorithms();
move windows file IO mode setup to apps_win.c
2015-09-13 09:19:26 -05:00
SSL_library_init();
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API