Skip to content

Commit

Permalink
Update openssl to version 1.1.1t (#3242)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
  • Loading branch information
keithc-ca authored Feb 8, 2023
1 parent 664f187 commit 4c2eae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/prepareWorkspace.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,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.1s
bash get_source.sh --openssl-version=1.1.1t
cd "${BUILD_CONFIG[WORKSPACE_DIR]}"
fi
}
Expand Down

0 comments on commit 4c2eae2

Please sign in to comment.