summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2016-01-04 13:29:55 +0000
committerGurucharan Shetty <guru@ovn.org>2016-01-04 07:27:53 -0800
commit8f1beba75bea1b8151c53740b25c70e982b73e4e (patch)
treeaece21273e4db7c2f81910a0d04b9c845e416362 /appveyor.yml
parent211d89b285da78dad9229bfa2479f9eaa829d9c9 (diff)
downloadopenvswitch-8f1beba75bea1b8151c53740b25c70e982b73e4e.tar.gz
Update appveyor OpenSSL link
The link of OpenSSL 1_0_2d is no longer available update it to the current version. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
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 d3d87b3b6..9efddeb03 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_2d.exe"
+ $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2e.exe"
- $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2d.exe"
+ $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2e.exe"
Invoke-WebRequest $source -OutFile $destination
@@ -27,7 +27,7 @@ init:
cd C:\ovs-build-downloads
- .\Win32OpenSSL-1_0_2d.exe /silent /verysilent /sp- /suppressmsgboxes
+ .\Win32OpenSSL-1_0_2e.exe /silent /verysilent /sp- /suppressmsgboxes
Start-Sleep -s 30