summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2016-09-27 06:44:20 +0800
committerAndy Green <andy@warmcat.com>2016-09-27 06:44:20 +0800
commit6ed189965f1e784508fc309b41b9439083565af5 (patch)
tree68f074eec87730314663b54b7f4a695b6e024d56
parent50b9259cb2b252ea133baf6fc888bfd2514841d0 (diff)
downloadlibwebsockets-6ed189965f1e784508fc309b41b9439083565af5.tar.gz
libwebsockets-6ed189965f1e784508fc309b41b9439083565af5.tar.bz2
libwebsockets-6ed189965f1e784508fc309b41b9439083565af5.zip
appveyor: get windows openssl from libwebsockets.org
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b755d50f..826a6ca6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -14,7 +14,7 @@ environment:
- LWS_METHOD: nossl
CMAKE_ARGS: -DLWS_WITH_SSL=OFF
install:
- - appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2h.exe
+ - appveyor DownloadFile https://libwebsockets.org:444/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%