bpo-40162: Update Travis CI config to OpenSSL 1.1.1f (GH-19319)
This commit is contained in:
parent
7a51a7e19f
commit
b1ffb8b723
|
@ -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"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Update Travis CI configuration to OpenSSL 1.1.1f.
|
Loading…
Reference in New Issue