aboutsummaryrefslogtreecommitdiff
path: root/tls
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-04-09 11:49:29 -0500
committerBrent Cook <bcook@openbsd.org>2016-04-09 11:49:29 -0500
commitd9b0838432d4a89e23964ac86fc05cec1c208913 (patch)
treeb89e9666e59e47c687192beb892dd6d84cff582b /tls
parent2997b8577c7a7ff4c53e1b5b16ac87ecd12dbce1 (diff)
parent3207606f117fe4844c5eb18019a4f0939349ece7 (diff)
downloadportable-d9b0838432d4a89e23964ac86fc05cec1c208913.tar.gz
portable-d9b0838432d4a89e23964ac86fc05cec1c208913.tar.bz2
portable-d9b0838432d4a89e23964ac86fc05cec1c208913.zip
Land #183, fix cmake on HP-UX
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