win32/win64: fixed patching procedure openssl 1.1.1e.

This commit is contained in:
Yichun Zhang (agentzh) 2020-03-19 15:30:03 -07:00
parent 8cf88e3b13
commit 6b71480115
1 changed files with 2 additions and 2 deletions

View File

@ -19,8 +19,8 @@ tar -xf ../../../$PCRE.tar.gz || exit 1
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.0d-sess_set_get_cb_yield.patch \
#patch -p1 < ../../../patches/openssl-1.1.0j-parallel_build_fix.patch || exit 1
patch -p1 < ../../../patches/openssl-1.1.1e-sess_set_get_cb_yield.patch \
|| exit 1
cd ../../..