Skip to content

Commit 15aec7f

Browse files
committed
win32: upgraded pcre to 8.42 and openssl to 1.1.0h.
Signed-off-by: Yichun Zhang (agentzh) <[email protected]>
1 parent 17d6683 commit 15aec7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/build-win32.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

3-
PCRE=pcre-8.41
3+
PCRE=pcre-8.42
44
ZLIB=zlib-1.2.11
5-
OPENSSL=openssl-1.0.2k
5+
OPENSSL=openssl-1.1.0h
66

77
# wget https://www.openssl.org/source/openssl-1.0.2k.tar.gz
88
# wget http://zlib.net/zlib-1.2.11.tar.gz

0 commit comments

Comments
 (0)