diff options
| author | Steven Fackler <[email protected]> | 2015-12-15 19:42:12 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-12-15 19:42:12 -0800 |
| commit | cf075d8e6b7f5849a40659f380a660dc226a9118 (patch) | |
| tree | 630ed9e2a3fcd047fd95a778977585803cd5a94a /openssl/test/build.sh | |
| parent | Merge branch 'release-v0.7.1' into release (diff) | |
| parent | Release v0.7.2 (diff) | |
| download | rust-openssl-0.7.2.tar.xz rust-openssl-0.7.2.zip | |
Merge branch 'release-v0.7.2' into releasev0.7.2
Diffstat (limited to 'openssl/test/build.sh')
| -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 |