win32: we should use the right openssl patch.

This commit is contained in:
Yichun Zhang (agentzh) 2018-04-19 19:37:58 -07:00
parent 57166863d3
commit 8b98c7df0f
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ tar -xf ../../../$PCRE.tar.gz || exit 1
cd ../..
cd objs/lib/$OPENSSL || exit 1
patch -p1 < ../../../patches/openssl-1.0.2h-sess_set_get_cb_yield.patch || exit 1
patch -p1 < ../../../patches/openssl-1.1.0d-sess_set_get_cb_yield.patch || exit 1
cd ../../..
#--with-openssl-opt="no-asm" \