summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorGurucharan Shetty <gshetty@nicira.com>2015-06-05 11:37:52 -0700
committerGurucharan Shetty <gshetty@nicira.com>2015-06-05 14:24:39 -0700
commit332eafce794d8c6d10474d3c802ef886a05a453c (patch)
treec4c786f9648daa53744246844727085c7380ebcf /appveyor.yml
parenta216c3bd7e9143f6be47fde1c06625b55c87b640 (diff)
downloadopenvswitch-332eafce794d8c6d10474d3c802ef886a05a453c.tar.gz
appveyor: Add a newer ssl link.
The older version is no longer available for download. Signed-off-by: Gurucharan Shetty <gshetty@nicira.com> Acked-by: Alin Serdean <aserdean@cloudbasesolutions.com>
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 863b5616e..ebd937bf1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,9 +15,9 @@ init:
Invoke-WebRequest $source -OutFile $destination
- $source = "http://slproweb.com/download/Win32OpenSSL-1_0_1L.exe"
+ $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2a.exe"
- $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_1L.exe"
+ $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2a.exe"
Invoke-WebRequest $source -OutFile $destination
@@ -27,7 +27,7 @@ init:
cd C:\ovs-build-downloads
- .\Win32OpenSSL-1_0_1L.exe /silent /verysilent /sp- /suppressmsgboxes
+ .\Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
Start-Sleep -s 30