Skip to content

Commit 467055a

Browse files
authored
Update to openssl 3.0.11 (#3485)
Signed-off-by: Keith W. Campbell <[email protected]>
1 parent 751e5c8 commit 467055a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbin/prepareWorkspace.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ updateOpenj9Sources() {
279279
if [ "${BUILD_CONFIG[BUILD_VARIANT]}" == "${BUILD_VARIANT_OPENJ9}" ]; then
280280
cd "${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[WORKING_DIR]}/${BUILD_CONFIG[OPENJDK_SOURCE_DIR]}" || return
281281
# NOTE: fetched openssl will NOT be used in the RISC-V cross-compile situation
282-
bash get_source.sh --openssl-version=1.1.1v
282+
bash get_source.sh --openssl-version=3.0.11
283283
cd "${BUILD_CONFIG[WORKSPACE_DIR]}"
284284
fi
285285
}

0 commit comments

Comments
 (0)