Bump openssl version for travis

This commit is contained in:
Steven Fackler 2015-12-07 19:03:29 -08:00
parent 6b013a8356
commit 8cc69267fd
1 changed files with 1 additions and 1 deletions

View File

@ -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