summaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/pr.yml
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-03-15 20:03:04 (GMT)
committerGitHub <noreply@github.com>2022-03-15 20:03:04 (GMT)
commitaf0a50de4b77dc774fcfdf5468ec320b08bfb53b (patch)
tree6fa06a4bda3b96402a50249e3dc92017f8013be7 /.azure-pipelines/pr.yml
parent099f75614100e88ed90b68d20a51a8d9c22f81a7 (diff)
downloadcpython-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.yml4
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