diff options
Diffstat (limited to 'tls')
-rw-r--r-- | tls/CMakeLists.txt | 2 |
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 | ||
20 | if(NOT HAVE_STRCASECMP) | 20 | if(NOT HAVE_STRSEP) |
21 | set(TLS_SRC ${TLS_SRC} strsep.c) | 21 | set(TLS_SRC ${TLS_SRC} strsep.c) |
22 | endif() | 22 | endif() |
23 | 23 | ||