File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ if(POLICY CMP0135)
7
7
cmake_policy (SET CMP0135 NEW)
8
8
endif ()
9
9
10
- set (OPENSSL_URL https://github.com/openssl/openssl/archive/refs/tags/openssl-3.0.13 .tar.gz)
11
- set (OPENSSL_URL_HASH e74504ed7035295ec7062b1da16c15b57ff2a03cd2064a28d8c39458cacc45fc )
10
+ set (OPENSSL_URL https://github.com/openssl/openssl/archive/refs/tags/openssl-3.0.16 .tar.gz)
11
+ set (OPENSSL_URL_HASH 9642aa3d97ac37da45dadabb3b576f399016acdb1df5d0e2751733e1cdf9f328 )
12
12
13
13
set (CMAKE_C_STANDARD 11)
14
14
set (CMAKE_CXX_STANDARD 17)
@@ -712,4 +712,4 @@ if(BUILD_BORINGSSL)
712
712
target_link_libraries (utests-boring PRIVATE BoringSSL::SSL BoringSSL::Crypto)
713
713
target_link_libraries (utests-boring PRIVATE GTest::gtest_main)
714
714
gtest_discover_tests(utests-boring)
715
- endif (BUILD_BORINGSSL)
715
+ endif (BUILD_BORINGSSL)
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ docker build --pull --iidfile "${SCRATCH_DIR}/iid" -f - "${SCRATCH_DIR}" << EOF
21
21
RUN apt update
22
22
23
23
# Install OpenSSL 3.0.x
24
- ENV OPENSSL_VERSION=3.0.8
24
+ ENV OPENSSL_VERSION=3.0.16
25
25
ENV OPENSSL_ROOTDIR=/usr/local/openssl-\$ OPENSSL_VERSION
26
26
RUN apt install -y build-essential checkinstall zlib1g-dev
27
27
RUN wget -qO- https://github.com/openssl/openssl/releases/download/openssl-\$ OPENSSL_VERSION/openssl-\$ OPENSSL_VERSION.tar.gz | tar xz -C /
You can’t perform that action at this time.
0 commit comments