Skip to content

Commit 5c0b1b8

Browse files
committed
Update openssl version to 1.1.1g
1 parent 8f6b773 commit 5c0b1b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/Dependencies/libopenssl-CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif()
1717
include(ExternalProject)
1818
ExternalProject_Add(project_libopenssl
1919
GIT_REPOSITORY https://github.com/openssl/openssl.git
20-
GIT_TAG OpenSSL_1_1_0l
20+
GIT_TAG OpenSSL_1_1_1g
2121
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/build
2222
CONFIGURE_COMMAND ${CONFIGURE_COMMAND}
2323
BUILD_COMMAND ${MAKE_EXE} -j 4

0 commit comments

Comments
 (0)