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

@@ -188,6 +188,9 @@ fi
if test "x$ac_cv_func_strnlen" = "xno" ; then
echo strnlen >> $crypto_p_sym
fi
if test "x$ac_cv_func_strsep" = "xno" ; then
echo strsep >> $crypto_p_sym
fi
if test "x$ac_cv_func_timegm" = "xno" ; then
echo timegm >> $crypto_p_sym
fi