diff options
| author | Steven Fackler <[email protected]> | 2015-12-07 19:03:29 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-12-07 19:03:29 -0800 |
| commit | 8cc69267fd7261d66be681c9815bc3ff137dda6a (patch) | |
| tree | 408b8ced0971c1b87cf470919ede3bccaf128ee2 | |
| parent | Merge pull request #318 from ajroetker/maint/update_appveyor_openssl_download... (diff) | |
| download | rust-openssl-8cc69267fd7261d66be681c9815bc3ff137dda6a.tar.xz rust-openssl-8cc69267fd7261d66be681c9815bc3ff137dda6a.zip | |
Bump openssl version for travis
| -rwxr-xr-x | openssl/test/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/test/build.sh b/openssl/test/build.sh index 1b923cb1..9b336b77 100755 --- a/openssl/test/build.sh +++ b/openssl/test/build.sh @@ -3,7 +3,7 @@ set -e mkdir /tmp/openssl cd /tmp/openssl -curl https://openssl.org/source/openssl-1.0.2d.tar.gz | tar --strip-components=1 -xzf - +curl https://openssl.org/source/openssl-1.0.2e.tar.gz | tar --strip-components=1 -xzf - ./config --prefix=$HOME/openssl shared make make install |