Skip to content

Commit 1e5ffcc

Browse files
authored
Merge pull request #2347 from torgeiru/disable-ssl
Disable openssl
2 parents ddd0585 + e33306e commit 1e5ffcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ if (NOT ${PLATFORM} STREQUAL "nano")
136136
if (NOT CMAKE_TESTING_ENABLED)
137137
list(APPEND OBJLIST
138138
${BOTAN_MODULES}
139-
${OPENSSL_MODULES}
139+
# ${OPENSSL_MODULES}
140140
)
141141
list(APPEND SRCS
142142
configure.cpp

0 commit comments

Comments
 (0)