summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2016-05-07 09:39:15 +0800
committerAndy Green <andy@warmcat.com>2016-05-07 09:39:15 +0800
commit5cd457626ae29fcf8a0457a810c01f137e4a3cb9 (patch)
tree139f57803658aa5b3addc009c7986d9fadf861f8
parent9a90ed20acf49ad48a2c0aa6a91699007e31f4c8 (diff)
downloadlibwebsockets-5cd457626ae29fcf8a0457a810c01f137e4a3cb9.tar.gz
libwebsockets-5cd457626ae29fcf8a0457a810c01f137e4a3cb9.tar.bz2
libwebsockets-5cd457626ae29fcf8a0457a810c01f137e4a3cb9.zip
appveyor openssl 1.0.2h
Signed-off-by: Andy Green <andy@warmcat.com>
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1992c1ff..b755d50f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,8 +14,8 @@ environment:
- LWS_METHOD: nossl
CMAKE_ARGS: -DLWS_WITH_SSL=OFF
install:
- - appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2g.exe
- - Win32OpenSSL-1_0_2g.exe /silent /verysilent /sp- /suppressmsgboxes
+ - appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2h.exe
+ - Win32OpenSSL-1_0_2h.exe /silent /verysilent /sp- /suppressmsgboxes
- cinst -y nsis
- SET PATH=C:\Program Files\NSIS\;C:\Program Files (x86)\NSIS\;%PATH%
build: