Skip to content

Commit

Permalink
Upgrade openssl to 1.1.0f
Browse files Browse the repository at this point in the history
  • Loading branch information
iovxw committed Oct 27, 2017
1 parent 63aa9d5 commit 9d496bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_deploy: |-
sudo apt-get install -y \
build-essential cmake curl musl-tools && \
rustup target add x86_64-unknown-linux-musl && \
export VERS=1.0.2l && \
export VERS=1.1.0f && \
curl -O https://www.openssl.org/source/openssl-$VERS.tar.gz && \
tar xvzf openssl-$VERS.tar.gz && cd openssl-$VERS && \
env CC=musl-gcc ./config --prefix=$TRAVIS_BUILD_DIR/openssl && \
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9d496bb

Please sign in to comment.