win32: fixed the patch version for openssl 1.1.1g.

This commit is contained in:
Yichun Zhang (agentzh) 2020-07-03 17:01:39 -07:00
parent 90894b2b48
commit 13b879394a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,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.1f-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 ../../..