From 722da0b5001b9e3a37d03358a2d48fd1b90ad9cb Mon Sep 17 00:00:00 2001
From: Andy Green <andy.green@linaro.org>
Date: Tue, 16 Feb 2016 13:20:30 +0800
Subject: [PATCH] appveyor update openssl url

Signed-off-by: Andy Green <andy.green@linaro.org>
---
 appveyor.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 018cad53..ccf05824 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://libwebsockets.org/Win32OpenSSL-1_0_2d.exe
-  - Win32OpenSSL-1_0_2d.exe /silent /verysilent /sp- /suppressmsgboxes
+  - appveyor DownloadFile https://slproweb.com/download/Win32OpenSSL-1_0_2f.exe
+  - Win32OpenSSL-1_0_2f.exe /silent /verysilent /sp- /suppressmsgboxes
   - cinst -y nsis
   - SET PATH=C:\Program Files\NSIS\;C:\Program Files (x86)\NSIS\;%PATH%
 build:
@@ -26,7 +26,7 @@ build_script:
   - cmake -DCMAKE_BUILD_TYPE=Release %CMAKE_ARGS% ..
   - cmake --build . --config Release
 
-# TODO: Keeps braking Windows build, should be rewritten using CPack properly instead...
+# TODO: Keeps breaking Windows build, should be rewritten using CPack properly instead...
 #after_build:
 #  - cd ..
 #  - cd win32port
-- 
GitLab