summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2016-01-28 22:08:53 -0800
committerAlan Antonuk <alan.antonuk@gmail.com>2016-01-28 22:08:53 -0800
commit865dedbccca696b01f99fe56ad3871b1abfa8eb6 (patch)
tree17dd6261482d62b9e0d8ad24217d9d38792c6af2
parentd4b43989f117c51c33a215ae1b5b06533d6f279b (diff)
downloadrabbitmq-c-865dedbccca696b01f99fe56ad3871b1abfa8eb6.tar.gz
CI: bump to latest version of OpenSSL on appveyor
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 91d1d55..c4ade4a 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_2e.exe"
+ - ps: $file = "Win${env:BITS}OpenSSL-1_0_2f.exe"
- ps: $dir = "c:\deps"
- ps: $exists = Test-Path "$dir\$file"
- ps: >-