From e33306e9032d6432df73e156809c9c6cb928d5c9 Mon Sep 17 00:00:00 2001 From: torgeiru Date: Tue, 28 Oct 2025 23:51:18 +0100 Subject: [PATCH] Disable openssl Currently there are no tests for this module and it introduces warnings. --- src/net/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net/CMakeLists.txt b/src/net/CMakeLists.txt index e616f3704..90abab60d 100644 --- a/src/net/CMakeLists.txt +++ b/src/net/CMakeLists.txt @@ -136,7 +136,7 @@ if (NOT ${PLATFORM} STREQUAL "nano") if (NOT CMAKE_TESTING_ENABLED) list(APPEND OBJLIST ${BOTAN_MODULES} - ${OPENSSL_MODULES} + # ${OPENSSL_MODULES} ) list(APPEND SRCS configure.cpp