Skip to content

Commit 3228116

Browse files
authored
Bump openssl version (#192)
1 parent 6d7bdee commit 3228116

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ include(ExternalProject)
127127
# directory before building again.
128128
ExternalProject_Add(openssl
129129
GIT_REPOSITORY https://github.com/openssl/openssl.git
130-
GIT_TAG openssl-3.1.3
130+
GIT_TAG openssl-3.4.0
131131
PREFIX ./openssl
132132
CONFIGURE_COMMAND cd ../openssl && ./Configure
133133
BUILD_COMMAND cd ../openssl && make

0 commit comments

Comments
 (0)