diff options
| author | Steven Fackler <[email protected]> | 2016-01-28 22:20:36 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-01-28 22:21:10 -0800 |
| commit | 87f94c832f18a992631dd4b69bda1144d6effbc0 (patch) | |
| tree | 72a35adbfd42585d911ca4900fd13d91929e6211 | |
| parent | Merge pull request #342 from wuerges/master (diff) | |
| download | rust-openssl-87f94c832f18a992631dd4b69bda1144d6effbc0.tar.xz rust-openssl-87f94c832f18a992631dd4b69bda1144d6effbc0.zip | |
Bump openssl version to test with
| -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 f52ded60..794738d5 100755 --- a/openssl/test/build.sh +++ b/openssl/test/build.sh @@ -15,7 +15,7 @@ fi mkdir /tmp/openssl cd /tmp/openssl -curl https://openssl.org/source/openssl-1.0.2e.tar.gz | tar --strip-components=1 -xzf - +curl https://openssl.org/source/openssl-1.0.2f.tar.gz | tar --strip-components=1 -xzf - ./Configure --prefix=$HOME/openssl shared --cross-compile-prefix=$CROSS $OS_COMPILER make make install |