diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-28 07:50:48 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-28 07:50:48 -0500 |
commit | cd168d519bd2f44f03180f3c97bb476174ddb832 (patch) | |
tree | cc536ef32ddfa2c9d1a1ebc1eea6875ab2e0c7bc /update.sh | |
parent | e48e4f0e69f27f3755ea05e24778e761f2bf0e1e (diff) | |
download | portable-cd168d519bd2f44f03180f3c97bb476174ddb832.tar.gz portable-cd168d519bd2f44f03180f3c97bb476174ddb832.tar.bz2 portable-cd168d519bd2f44f03180f3c97bb476174ddb832.zip |
split big line
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -64,7 +64,8 @@ $CP $libssl_src/src/crypto/opensslfeatures.h include/openssl | |||
64 | $CP $libssl_src/src/e_os2.h include/openssl | 64 | $CP $libssl_src/src/e_os2.h include/openssl |
65 | $CP $libssl_src/src/ssl/pqueue.h include | 65 | $CP $libssl_src/src/ssl/pqueue.h include |
66 | 66 | ||
67 | for i in explicit_bzero.c strlcpy.c strlcat.c strndup.c strnlen.c timingsafe_bcmp.c timingsafe_memcmp.c; do | 67 | for i in explicit_bzero.c strlcpy.c strlcat.c strndup.c strnlen.c \ |
68 | timingsafe_bcmp.c timingsafe_memcmp.c; do | ||
68 | $CP $libc_src/string/$i crypto/compat | 69 | $CP $libc_src/string/$i crypto/compat |
69 | done | 70 | done |
70 | $CP $libc_src/stdlib/reallocarray.c crypto/compat | 71 | $CP $libc_src/stdlib/reallocarray.c crypto/compat |