Move strsep.c to crypto/compat/ and add ocspcheck build to CMake

This commit is contained in:
kinichiro
2017-01-25 19:37:29 +09:00
parent 93754dc5cf
commit 91a8bd7914
7 changed files with 14 additions and 11 deletions

View File

@@ -714,6 +714,11 @@ if(NOT HAVE_STRNDUP)
endif()
endif()
if(NOT HAVE_STRSEP)
set(CRYPTO_SRC ${CRYPTO_SRC} compat/strsep.c)
set(EXTRA_EXPORT ${EXTRA_EXPORT} strsep)
endif()
if(NOT HAVE_TIMEGM)
set(CRYPTO_SRC ${CRYPTO_SRC} compat/timegm.c)
set(EXTRA_EXPORT ${EXTRA_EXPORT} timegm)