mirror of https://github.com/openresty/openresty
win32/win64: added new patch to fix openssl compilation on windows via the mingw64 toolchain.
parent
05db2b8e84
commit
7dfeed5921
@ -0,0 +1,11 @@
|
||||
--- openssl-1.1.1d/crypto/threads_none.c 2019-09-10 06:13:07.000000000 -0700
|
||||
+++ openssl-1.1.1d-patched/crypto/threads_none.c 2020-03-19 19:58:56.093255300 -0700
|
||||
@@ -143,7 +143,7 @@ int openssl_get_fork_id(void)
|
||||
# if defined(OPENSSL_SYS_UNIX)
|
||||
return getpid();
|
||||
# else
|
||||
- return return 0;
|
||||
+ return 0;
|
||||
# endif
|
||||
}
|
||||
#endif
|
Loading…
Reference in New Issue