Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

openssl 1.0.2i #125

Merged
merged 1 commit into from
Sep 25, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions slaves/dist/build_openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -ex

VERSION=1.0.2h
SHA256=1d4007e53aad94a5b2002fe045ee7bb0b3d98f1a47f8b2bc851dcd1c74332919
VERSION=1.0.2i
SHA256=9287487d11c9545b6efb287cdb70535d4e9b284dd10d51441d9b9963d000de6f

yum install -y setarch
curl ftp://ftp.openssl.org/source/openssl-$VERSION.tar.gz | \
Expand Down