aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8c2e4ba..61ff186 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -404,7 +404,6 @@ if(SIZEOF_TIME_T STREQUAL "4")
404 message(WARNING " ** Warning, this system is unable to represent times past 2038\n" 404 message(WARNING " ** Warning, this system is unable to represent times past 2038\n"
405 " ** It will behave incorrectly when handling valid RFC5280 dates") 405 " ** It will behave incorrectly when handling valid RFC5280 dates")
406endif() 406endif()
407add_definitions(-DSIZEOF_TIME_T=${SIZEOF_TIME_T})
408 407
409set(OPENSSL_LIBS ssl crypto ${PLATFORM_LIBS}) 408set(OPENSSL_LIBS ssl crypto ${PLATFORM_LIBS})
410set(LIBTLS_LIBS tls ${PLATFORM_LIBS}) 409set(LIBTLS_LIBS tls ${PLATFORM_LIBS})