summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2016-05-11 20:49:09 +0000
committerBen Pfaff <blp@ovn.org>2016-05-17 19:03:51 -0700
commit4c8c2c98642befa3ccd41506b0fd91b4795de10f (patch)
treeed4562a8d55efeae1ea7a1763af3a254685fd814 /appveyor.yml
parentf36efd90f4fd2128d51c340726fa6058d3d5bda9 (diff)
downloadopenvswitch-4c8c2c98642befa3ccd41506b0fd91b4795de10f.tar.gz
appveyor: Update OpenSSL version
OpenSSL version changed from 1.0.2g to 1.0.2h this patch bumps the version. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Acked-by: Sairam Venugopal <vsairam@vmware.com> Signed-off-by: Ben Pfaff <blp@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 422c4afb5..0fd003bd0 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_2g.exe"
+ $source = "https://slproweb.com/download/Win32OpenSSL-1_0_2h.exe"
- $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2g.exe"
+ $destination = "C:\ovs-build-downloads\Win32OpenSSL-1_0_2h.exe"
Invoke-WebRequest $source -OutFile $destination
@@ -27,7 +27,7 @@ init:
cd C:\ovs-build-downloads
- .\Win32OpenSSL-1_0_2g.exe /silent /verysilent /sp- /suppressmsgboxes
+ .\Win32OpenSSL-1_0_2h.exe /silent /verysilent /sp- /suppressmsgboxes
Start-Sleep -s 30