appveyor: Add a newer ssl link.
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 5 Jun 2015 18:37:52 +0000 (11:37 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 5 Jun 2015 21:24:39 +0000 (14:24 -0700)
The older version is no longer available for download.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Alin Serdean <aserdean@cloudbasesolutions.com>
appveyor.yml

index 863b561..ebd937b 100644 (file)
@@ -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