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 /update.sh | |
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 'update.sh')
-rwxr-xr-x | update.sh | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -83,6 +83,7 @@ for i in crypto/compat libtls-standalone/compat; do | |||
83 | $libc_src/string/strlcat.c \ | 83 | $libc_src/string/strlcat.c \ |
84 | $libc_src/string/strndup.c \ | 84 | $libc_src/string/strndup.c \ |
85 | $libc_src/string/strnlen.c \ | 85 | $libc_src/string/strnlen.c \ |
86 | $libc_src/string/strsep.c \ | ||
86 | $libc_src/string/timingsafe_bcmp.c \ | 87 | $libc_src/string/timingsafe_bcmp.c \ |
87 | $libc_src/string/timingsafe_memcmp.c \ | 88 | $libc_src/string/timingsafe_memcmp.c \ |
88 | $libcrypto_src/arc4random/getentropy_*.c \ | 89 | $libcrypto_src/arc4random/getentropy_*.c \ |
@@ -205,9 +206,6 @@ done | |||
205 | # add the libtls symbol export list | 206 | # add the libtls symbol export list |
206 | grep '^[[:alpha:]]' < $libtls_src/Symbols.list > tls/tls.sym | 207 | grep '^[[:alpha:]]' < $libtls_src/Symbols.list > tls/tls.sym |
207 | 208 | ||
208 | $CP_LIBC $libc_src/string/strsep.c tls | ||
209 | $CP_LIBC $libc_src/string/strsep.c libtls-standalone/compat | ||
210 | |||
211 | mkdir -p libtls-standalone/m4 | 209 | mkdir -p libtls-standalone/m4 |
212 | $CP m4/check*.m4 \ | 210 | $CP m4/check*.m4 \ |
213 | m4/disable*.m4 \ | 211 | m4/disable*.m4 \ |