aboutsummaryrefslogtreecommitdiff
path: root/tls/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tls/CMakeLists.txt')
-rw-r--r--tls/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tls/CMakeLists.txt b/tls/CMakeLists.txt
index 59deee3..4beef36 100644
--- a/tls/CMakeLists.txt
+++ b/tls/CMakeLists.txt
@@ -22,6 +22,8 @@ if(WIN32)
22 compat/pread.c 22 compat/pread.c
23 compat/pwrite.c 23 compat/pwrite.c
24 ) 24 )
25
26 set(LIBTLS_EXTRA_EXPORT ${LIBTLS_EXTRA_EXPORT} ftruncate)
25endif() 27endif()
26 28
27if(NOT "${OPENSSLDIR}" STREQUAL "") 29if(NOT "${OPENSSLDIR}" STREQUAL "")