Skip to content

Commit 9ef03c0

Browse files
committed
Bump openssl version in build script
1 parent a1adeab commit 9ef03c0

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ matrix:
88
sudo: required
99
services:
1010
- docker
11-
group: deprecated-2017Q4
1211
env: DOCKER_IMAGE=quay.io/pypa/manylinux1_x86_64
1312
- sudo: required
1413
services:
1514
- docker
16-
group: deprecated-2017Q4
1715
env: DOCKER_IMAGE=quay.io/pypa/manylinux1_i686
1816
PRE_CMD=linux32
1917

build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function clean_project {
5050
popd
5151
}
5252

53-
OPENSSL_VERSION=1.0.2k
53+
OPENSSL_VERSION=1.0.2n
5454
CURL_VERSION=7.49.0
5555
RUST_CHANNEL=nightly
5656

0 commit comments

Comments
 (0)