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

This commit is contained in:
Victor Stinner 2020-04-03 03:03:59 +02:00 committed by GitHub
parent 7a51a7e19f
commit b1ffb8b723
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"
- CFLAGS="-I${OPENSSL_DIR}/include"

View File

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