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:
parent
b57a73694e
commit
1ba6fe43e8
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update Travis CI configuration to OpenSSL 1.1.1f.
|
Loading…
Reference in New Issue