diff options
author | Christian Heimes <christian@python.org> | 2022-03-15 20:03:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 20:03:04 (GMT) |
commit | af0a50de4b77dc774fcfdf5468ec320b08bfb53b (patch) | |
tree | 6fa06a4bda3b96402a50249e3dc92017f8013be7 /.azure-pipelines/pr.yml | |
parent | 099f75614100e88ed90b68d20a51a8d9c22f81a7 (diff) | |
download | cpython-af0a50de4b77dc774fcfdf5468ec320b08bfb53b.zip cpython-af0a50de4b77dc774fcfdf5468ec320b08bfb53b.tar.gz cpython-af0a50de4b77dc774fcfdf5468ec320b08bfb53b.tar.bz2 |
bpo-47024: Update OpenSSL to 1.1.1n (GH-31895)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
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 8b065e6..b96a192 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.1m + openssl_version: 1.1.1n steps: - template: ./posix-steps.yml @@ -83,7 +83,7 @@ jobs: variables: testRunTitle: '$(Build.SourceBranchName)-linux-coverage' testRunPlatform: linux-coverage - openssl_version: 1.1.1m + openssl_version: 1.1.1n steps: - template: ./posix-steps.yml |