bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)

(cherry picked from commit b1ffb8b723)

Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
Miss Islington (bot) 2020-04-02 18:21:37 -07:00 committed by GitHub
parent b57a73694e
commit 1ba6fe43e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ cache:
env:
global:
- OPENSSL=1.1.1d
- OPENSSL=1.1.1f
- OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
- PATH="${OPENSSL_DIR}/bin:$PATH"
# Use -O3 because we don't use debugger on Travis-CI

View File

@ -0,0 +1 @@
Update Travis CI configuration to OpenSSL 1.1.1f.