win32/win64: added new patch to fix openssl compilation on windows via the mingw64 toolchain.

This commit is contained in:
Yichun Zhang (agentzh)
2020-03-19 20:05:20 -07:00
parent 05db2b8e84
commit 7dfeed5921
2 changed files with 12 additions and 0 deletions

View File

@ -21,6 +21,7 @@ cd ../..
cd objs/lib/$OPENSSL || exit 1
#patch -p1 < ../../../patches/openssl-1.1.0j-parallel_build_fix.patch || exit 1
patch -p1 < ../../../patches/openssl-1.1.1c-sess_set_get_cb_yield.patch || exit 1
patch -p1 < ../../../patches/openssl-1.1.1d-win_fix.patch || exit 1
#patch -p1 < ../../../patches/openssl-1.1.1e-sess_set_get_cb_yield.patch || exit 1
cd ../../..