diff options
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 \ |