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 --- m4/check-libc.m4 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'm4') diff --git a/m4/check-libc.m4 b/m4/check-libc.m4 index 3c0ed31..73ff4e6 100644 --- a/m4/check-libc.m4 +++ b/m4/check-libc.m4 @@ -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 -- cgit v1.2.3-55-g6feb