Skip to content

Commit 86a483b

Browse files
committed
Use openssl 1.0.2p on Appveyor
1 parent 2205ef3 commit 86a483b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ environment:
88
# - TARGET: x86_64-pc-windows-msvc
99
# BITS: 64
1010
install:
11-
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2o.exe"
12-
- Win%BITS%OpenSSL-1_0_2o.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
11+
- ps: Start-FileDownload "http://slproweb.com/download/Win${env:BITS}OpenSSL-1_0_2p.exe"
12+
- Win%BITS%OpenSSL-1_0_2p.exe /SILENT /VERYSILENT /SP- /DIR="C:\OpenSSL"
1313
- ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe"
1414
- rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust"
1515
- SET PATH=%PATH%;C:\Program Files (x86)\Rust\bin

0 commit comments

Comments
 (0)