aboutsummaryrefslogtreecommitdiff
path: root/tls
diff options
context:
space:
mode:
Diffstat (limited to 'tls')
-rw-r--r--tls/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tls/CMakeLists.txt b/tls/CMakeLists.txt
index ad6fe49..929d30c 100644
--- a/tls/CMakeLists.txt
+++ b/tls/CMakeLists.txt
@@ -17,7 +17,7 @@ set(
17) 17)
18 18
19 19
20if(NOT HAVE_STRCASECMP) 20if(NOT HAVE_STRSEP)
21 set(TLS_SRC ${TLS_SRC} strsep.c) 21 set(TLS_SRC ${TLS_SRC} strsep.c)
22endif() 22endif()
23 23