diff options
author | Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | 2021-12-22 02:20:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-22 02:20:16 (GMT) |
commit | fc54e722a2e66971f1a8e16cff24c844bf9c5ac4 (patch) | |
tree | 90836b2ddd64dacdadfbaf7dadd73439a4d67be1 /.azure-pipelines/pr.yml | |
parent | c66fc0fb53b5316dc325fde3bc738890515d38a4 (diff) | |
download | cpython-fc54e722a2e66971f1a8e16cff24c844bf9c5ac4.zip cpython-fc54e722a2e66971f1a8e16cff24c844bf9c5ac4.tar.gz cpython-fc54e722a2e66971f1a8e16cff24c844bf9c5ac4.tar.bz2 |
bpo-46106: Update OpenSSL to 1.1.1m (GH-30211)
Co-authored-by: Ned Deily <nad@python.org>
Diffstat (limited to '.azure-pipelines/pr.yml')
-rw-r--r-- | .azure-pipelines/pr.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.azure-pipelines/pr.yml b/.azure-pipelines/pr.yml index 1a3bf75..e2aae32 100644 --- a/.azure-pipelines/pr.yml +++ b/.azure-pipelines/pr.yml @@ -57,7 +57,7 @@ jobs: variables: testRunTitle: '$(system.pullRequest.TargetBranch)-linux' testRunPlatform: linux - openssl_version: 1.1.1l + openssl_version: 1.1.1m steps: - template: ./posix-steps.yml @@ -83,7 +83,7 @@ jobs: variables: testRunTitle: '$(Build.SourceBranchName)-linux-coverage' testRunPlatform: linux-coverage - openssl_version: 1.1.1l + openssl_version: 1.1.1m steps: - template: ./posix-steps.yml |