diff options
Diffstat (limited to '')
-rw-r--r-- | tls/CMakeLists.txt | 4 | ||||
-rw-r--r-- | tls/Makefile.am | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tls/CMakeLists.txt b/tls/CMakeLists.txt index dcefad7..b71fb37 100644 --- a/tls/CMakeLists.txt +++ b/tls/CMakeLists.txt | |||
@@ -19,10 +19,6 @@ set( | |||
19 | ) | 19 | ) |
20 | 20 | ||
21 | 21 | ||
22 | if(NOT HAVE_STRSEP) | ||
23 | set(TLS_SRC ${TLS_SRC} strsep.c) | ||
24 | endif() | ||
25 | |||
26 | if(NOT "${OPENSSLDIR}" STREQUAL "") | 22 | if(NOT "${OPENSSLDIR}" STREQUAL "") |
27 | add_definitions(-D_PATH_SSL_CA_FILE=\"${OPENSSLDIR}/cert.pem\") | 23 | add_definitions(-D_PATH_SSL_CA_FILE=\"${OPENSSLDIR}/cert.pem\") |
28 | else() | 24 | else() |
diff --git a/tls/Makefile.am b/tls/Makefile.am index b6fdd58..bd2707a 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am | |||
@@ -29,7 +29,3 @@ libtls_la_SOURCES += tls_peer.c | |||
29 | libtls_la_SOURCES += tls_util.c | 29 | libtls_la_SOURCES += tls_util.c |
30 | libtls_la_SOURCES += tls_verify.c | 30 | libtls_la_SOURCES += tls_verify.c |
31 | noinst_HEADERS = tls_internal.h | 31 | noinst_HEADERS = tls_internal.h |
32 | |||
33 | if !HAVE_STRSEP | ||
34 | libtls_la_SOURCES += strsep.c | ||
35 | endif | ||