diff options
| author | Steven Fackler <[email protected]> | 2015-08-31 19:11:10 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-08-31 19:11:10 -0700 |
| commit | abde5382c92c342f4971a6edd1d2628be1b2bd0f (patch) | |
| tree | ae911e33366468a0a06cefc1a3f2c468e2fec512 /openssl/test | |
| parent | Merge branch 'release-v0.6.4' into release (diff) | |
| parent | Release v0.6.5 (diff) | |
| download | rust-openssl-0.6.5.tar.xz rust-openssl-0.6.5.zip | |
Merge branch 'release-v0.6.5' into releasev0.6.5
Diffstat (limited to 'openssl/test')
| -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 27def60a..db517ab3 100755 --- a/openssl/test/build.sh +++ b/openssl/test/build.sh @@ -4,7 +4,7 @@ set -e mkdir /tmp/openssl cd /tmp/openssl sudo apt-get install gcc make -curl https://openssl.org/source/openssl-1.0.2-latest.tar.gz | tar --strip-components=1 -xzf - +curl https://openssl.org/source/openssl-1.0.2d.tar.gz | tar --strip-components=1 -xzf - ./config --prefix=/usr/ shared make sudo make install |