CI: adopt openssl download script to download all versions
authorIlya Shipitsin <chipitsine@gmail.com>
Tue, 7 Apr 2020 18:35:49 +0000 (23:35 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 7 Apr 2020 20:02:41 +0000 (22:02 +0200)
commit6e18f92d4f629eaef50bc9f60a62ac71fa671888
tree7ad050ae3f274bd3b7742a895ed8aee52a25bbb0
parent2c64a1713d1a80e3fa9663cf94ac7e9d22e66658
CI: adopt openssl download script to download all versions

with recent change, OpenSSL download URL was changed in
incompatiable way. i.e. only the most recent openssl version
might be downloaded using previous script.

older versions are available under different URLs. as we need
several openssl versions, let us adopt script accordingly.

bug was caught after travis-ci cache was purged for some reason.
scripts/build-ssl.sh