From 91a8bd7914a809d3be9f0a98d6246c2d10c3ad96 Mon Sep 17 00:00:00 2001 From: kinichiro Date: Wed, 25 Jan 2017 19:37:29 +0900 Subject: Move strsep.c to crypto/compat/ and add ocspcheck build to CMake --- tls/CMakeLists.txt | 4 ---- tls/Makefile.am | 4 ---- 2 files changed, 8 deletions(-) (limited to 'tls') 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( ) -if(NOT HAVE_STRSEP) - set(TLS_SRC ${TLS_SRC} strsep.c) -endif() - if(NOT "${OPENSSLDIR}" STREQUAL "") add_definitions(-D_PATH_SSL_CA_FILE=\"${OPENSSLDIR}/cert.pem\") 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 libtls_la_SOURCES += tls_util.c libtls_la_SOURCES += tls_verify.c noinst_HEADERS = tls_internal.h - -if !HAVE_STRSEP -libtls_la_SOURCES += strsep.c -endif -- cgit v1.2.3-55-g6feb