Skip to content

Commit 2a58efe

Browse files
renovate[bot]cmeister2
authored andcommitted
chore(deps): update dependency openssl/openssl to v3.5.1
1 parent ef024e1 commit 2a58efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if(NOT (DEFINED ENV{SANITIZER} AND "$ENV{SANITIZER}" STREQUAL "memory"))
5050
# Install openssl
5151
#
5252
# renovate: datasource=github-tags depName=openssl/openssl
53-
set(OPENSSL_VERSION 3.5.0)
53+
set(OPENSSL_VERSION 3.5.1)
5454
set(OPENSSL_URL https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz)
5555
set(OPENSSL_INSTALL_DIR ${CMAKE_BINARY_DIR}/openssl-install)
5656
set(OPENSSL_SRC_DIR ${CMAKE_BINARY_DIR}/openssl/src/openssl_external)

0 commit comments

Comments
 (0)