win32: fixed the patch version for openssl 1.1.1g.
This commit is contained in:
parent
90894b2b48
commit
13b879394a
|
@ -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 ../../..
|
||||
|
|
Loading…
Reference in New Issue