From bca4b88e808a87f812ac04fae5cccb6ce34c9989 Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Tue, 21 Jun 2022 10:47:55 -0400 Subject: [PATCH] Update openssl to version 1.1.1p Signed-off-by: Keith W. Campbell --- buildenv/jenkins/variables/defaults.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildenv/jenkins/variables/defaults.yml b/buildenv/jenkins/variables/defaults.yml index a88e32f7bf9..b9b4213656a 100644 --- a/buildenv/jenkins/variables/defaults.yml +++ b/buildenv/jenkins/variables/defaults.yml @@ -129,7 +129,7 @@ jitserver: # OpenSSL #========================================# openssl: - extra_getsource_options: '--openssl-version=1.1.1o' + extra_getsource_options: '--openssl-version=1.1.1p' extra_configure_options: '--with-openssl=fetched' #========================================# # OpenSSL Bundling