diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-25 19:37:29 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2017-01-25 21:31:04 +0900 |
commit | 91a8bd7914a809d3be9f0a98d6246c2d10c3ad96 (patch) | |
tree | dabad83045b4c56ffc38a414f8f9dfcbe7a006ff /m4 | |
parent | 93754dc5cfb68199b659180bbac77eecd6636c28 (diff) | |
download | portable-91a8bd7914a809d3be9f0a98d6246c2d10c3ad96.tar.gz portable-91a8bd7914a809d3be9f0a98d6246c2d10c3ad96.tar.bz2 portable-91a8bd7914a809d3be9f0a98d6246c2d10c3ad96.zip |
Move strsep.c to crypto/compat/ and add ocspcheck build to CMake
Diffstat (limited to 'm4')
-rw-r--r-- | m4/check-libc.m4 | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
188 | if test "x$ac_cv_func_strnlen" = "xno" ; then | 188 | if test "x$ac_cv_func_strnlen" = "xno" ; then |
189 | echo strnlen >> $crypto_p_sym | 189 | echo strnlen >> $crypto_p_sym |
190 | fi | 190 | fi |
191 | if test "x$ac_cv_func_strsep" = "xno" ; then | ||
192 | echo strsep >> $crypto_p_sym | ||
193 | fi | ||
191 | if test "x$ac_cv_func_timegm" = "xno" ; then | 194 | if test "x$ac_cv_func_timegm" = "xno" ; then |
192 | echo timegm >> $crypto_p_sym | 195 | echo timegm >> $crypto_p_sym |
193 | fi | 196 | fi |