summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2017-02-20 12:10:43 -0800
committerAlan Antonuk <alan.antonuk@gmail.com>2017-02-20 12:21:52 -0800
commit77a583f33e8e10682edf3fc14833c7bf19a3fc98 (patch)
tree023c2a9c8e54aef615a33d0a20b98a4acb039627
parent4cbb6157e51173afd9b82d034c246401ad94a1ee (diff)
downloadrabbitmq-c-77a583f33e8e10682edf3fc14833c7bf19a3fc98.tar.gz
ci: Update OpenSSL package on appveyor to v1.0.1k.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1643549..435bb12 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,7 +15,7 @@ cache:
- c:\deps -> appveyor.yml
install:
- - ps: $file = "Win${env:BITS}OpenSSL-1_0_2j.exe"
+ - ps: $file = "Win${env:BITS}OpenSSL-1_0_2k.exe"
- ps: $dir = "c:\deps"
- ps: $exists = Test-Path "$dir\$file"
- ps: >-