Skip to content

Commit bd8e77a

Browse files
authored
Update openssl to version 1.1.1s for OpenJ9 (#3137)
Signed-off-by: Keith W. Campbell <[email protected]> Signed-off-by: Keith W. Campbell <[email protected]>
1 parent c58b573 commit bd8e77a

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
@@ -263,7 +263,7 @@ updateOpenj9Sources() {
263263
if [ "${BUILD_CONFIG[BUILD_VARIANT]}" == "${BUILD_VARIANT_OPENJ9}" ]; then
264264
cd "${BUILD_CONFIG[WORKSPACE_DIR]}/${BUILD_CONFIG[WORKING_DIR]}/${BUILD_CONFIG[OPENJDK_SOURCE_DIR]}" || return
265265
# NOTE: fetched openssl will NOT be used in the RISC-V cross-compile situation
266-
bash get_source.sh --openssl-version=1.1.1p
266+
bash get_source.sh --openssl-version=1.1.1s
267267
cd "${BUILD_CONFIG[WORKSPACE_DIR]}"
268268
fi
269269
}

0 commit comments

Comments
 (0)