Skip to content

Commit 8b98c7d

Browse files
committed
win32: we should use the right openssl patch.
1 parent 5716686 commit 8b98c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/build-win32.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tar -xf ../../../$PCRE.tar.gz || exit 1
1818
cd ../..
1919

2020
cd objs/lib/$OPENSSL || exit 1
21-
patch -p1 < ../../../patches/openssl-1.0.2h-sess_set_get_cb_yield.patch || exit 1
21+
patch -p1 < ../../../patches/openssl-1.1.0d-sess_set_get_cb_yield.patch || exit 1
2222
cd ../../..
2323

2424
#--with-openssl-opt="no-asm" \

0 commit comments

Comments
 (0)