From 38e845b27b5ab46b4b91d14a3fe6d66df2526a6b Mon Sep 17 00:00:00 2001 From: "Keith W. Campbell" Date: Wed, 2 Aug 2023 07:37:03 -0400 Subject: [PATCH] Update openssl to version 1.1.1v (#3446) 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 88711eba6..4204ac821 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=1.1.1u + bash get_source.sh --openssl-version=1.1.1v cd "${BUILD_CONFIG[WORKSPACE_DIR]}" fi }