From 94b288805b0508a19fc30e4d6fc96bff4d97f309 Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Tue, 7 Nov 2023 11:14:25 -0500 Subject: [PATCH] Update to openssl 3.0.12 (#3512) Signed-off-by: Keith W. Campbell --- sbin/prepareWorkspace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/prepareWorkspace.sh b/sbin/prepareWorkspace.sh index a7af847b5..bca1a0a73 100644 --- a/sbin/prepareWorkspace.sh +++ b/sbin/prepareWorkspace.sh @@ -279,7 +279,7 @@ updateOpenj9Sources() { if [ "${BUILD_CONFIG[BUILD_VARIANT]}" == "${BUILD_VARIANT_OPENJ9}" ]; then cd "${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[WORKING_DIR]}/${BUILD_CONFIG[OPENJDK_SOURCE_DIR]}" || return # NOTE: fetched openssl will NOT be used in the RISC-V cross-compile situation - bash get_source.sh --openssl-version=3.0.11 + bash get_source.sh --openssl-version=3.0.12 cd "${BUILD_CONFIG[WORKSPACE_DIR]}" fi }