summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2015-12-08 22:12:28 -0800
committerAlan Antonuk <alan.antonuk@gmail.com>2015-12-08 22:12:28 -0800
commit657d769af219770de083a851a0406b85e4c7d144 (patch)
treef29ec969b6acd77a54323dd1e7dc91a152652d95
parent1dd175edc2e4dfa34b495767bbf498de7a0d3861 (diff)
downloadrabbitmq-c-657d769af219770de083a851a0406b85e4c7d144.tar.gz
CI: bump OpenSSL version in appveyor build.
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ad054b6..91d1d55 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_2d.exe"
+ - ps: $file = "Win${env:BITS}OpenSSL-1_0_2e.exe"
- ps: $dir = "c:\deps"
- ps: $exists = Test-Path "$dir\$file"
- ps: >-