summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2015-08-28 21:11:21 +0000
committerGurucharan Shetty <gshetty@nicira.com>2015-08-28 14:41:36 -0700
commitd8ef07e70995e56005e3bc55b86cdb7d0e2066e5 (patch)
tree5d7b5ab6afdba25a8bb43dd2bb0dd268b1d9cc3d /appveyor.yml
parent8ab46714e1412a15547e7948f6961488b6fc755c (diff)
downloadopenvswitch-d8ef07e70995e56005e3bc55b86cdb7d0e2066e5.tar.gz
appveyor: Renew SSL link.
1_0_2a version not available for download. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Gurucharan Shetty <gshetty@nicira.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 370de3fe8..d3d87b3b6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,9 +15,9 @@ init:
Invoke-WebRequest $source -OutFile $destination
- $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2a.exe"
+ $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2d.exe"
- $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2a.exe"
+ $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2d.exe"
Invoke-WebRequest $source -OutFile $destination
@@ -27,7 +27,7 @@ init:
cd C:\ovs-build-downloads
- .\Win32OpenSSL-1_0_2a.exe /silent /verysilent /sp- /suppressmsgboxes
+ .\Win32OpenSSL-1_0_2d.exe /silent /verysilent /sp- /suppressmsgboxes
Start-Sleep -s 30