Bump openssl version to test with

This commit is contained in:
Steven Fackler 2016-01-28 22:20:36 -08:00
parent 1e1fc9139a
commit 87f94c832f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ fi
mkdir /tmp/openssl mkdir /tmp/openssl
cd /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 ./Configure --prefix=$HOME/openssl shared --cross-compile-prefix=$CROSS $OS_COMPILER
make make
make install make install