win32: bumped the default openssl version used in the official binary build to 1.0.2f.

This commit is contained in:
Yichun Zhang (agentzh) 2016-02-16 11:16:15 -08:00
parent 54c2766d1c
commit 71ece286fa
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
PCRE=pcre-8.38
ZLIB=zlib-1.2.8
OPENSSL=openssl-1.0.2e
OPENSSL=openssl-1.0.2f
rm -rf objs || exit 1
mkdir -p objs/lib || exit 1