Browse Source

Update OpenSSL version for appveyor

bel 9 years ago
parent
commit
87fd1bdf9b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      appveyor.yml

+ 3 - 2
appveyor.yml

@@ -97,11 +97,12 @@ install:
   - if exist "%mingw_log_file%" powershell Push-AppveyorArtifact "%mingw_log_file%" -FileName mingw-download.log
   - if exist "%mingw_log_file%" powershell Push-AppveyorArtifact "%mingw_log_file%" -FileName mingw-download.log
   # Get OpenSSL
   # Get OpenSSL
   - if not exist C:\ssl\ (md C:\ssl\)
   - if not exist C:\ssl\ (md C:\ssl\)
-  - if not exist C:\ssl\Win32OpenSSL.exe (curl http://slproweb.com/download/Win32OpenSSL-1_0_2d.exe -o C:\ssl\Win32OpenSSL.exe)
-  - if not exist C:\ssl\Win64OpenSSL.exe (curl http://slproweb.com/download/Win64OpenSSL-1_0_2d.exe -o C:\ssl\Win64OpenSSL.exe)
+  - if not exist C:\ssl\Win32OpenSSL.exe (curl http://slproweb.com/download/Win32OpenSSL-1_0_2e.exe -o C:\ssl\Win32OpenSSL.exe)
+  - if not exist C:\ssl\Win64OpenSSL.exe (curl http://slproweb.com/download/Win64OpenSSL-1_0_2e.exe -o C:\ssl\Win64OpenSSL.exe)
   - dir C:\ssl
   - dir C:\ssl
   - C:\ssl\Win32OpenSSL.exe /SILENT /LOG="C:\ssl\install32.log"
   - C:\ssl\Win32OpenSSL.exe /SILENT /LOG="C:\ssl\install32.log"
   - C:\ssl\Win64OpenSSL.exe /SILENT /LOG="C:\ssl\install64.log"
   - C:\ssl\Win64OpenSSL.exe /SILENT /LOG="C:\ssl\install64.log"
+  - dir C:\ssl
   
   
 
 
 before_build:
 before_build: