aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4183499..838b7e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -331,7 +331,8 @@ if(SIZEOF_TIME_T STREQUAL "4")
331endif() 331endif()
332add_definitions(-DSIZEOF_TIME_T=${SIZEOF_TIME_T}) 332add_definitions(-DSIZEOF_TIME_T=${SIZEOF_TIME_T})
333 333
334set(OPENSSL_LIBS tls ssl crypto ${PLATFORM_LIBS}) 334set(OPENSSL_LIBS ssl crypto ${PLATFORM_LIBS})
335set(LIBTLS_LIBS tls ${PLATFORM_LIBS})
335 336
336add_subdirectory(crypto) 337add_subdirectory(crypto)
337add_subdirectory(ssl) 338add_subdirectory(ssl)