aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-28 07:50:48 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-28 07:50:48 -0500
commitcd168d519bd2f44f03180f3c97bb476174ddb832 (patch)
treecc536ef32ddfa2c9d1a1ebc1eea6875ab2e0c7bc /update.sh
parente48e4f0e69f27f3755ea05e24778e761f2bf0e1e (diff)
downloadportable-cd168d519bd2f44f03180f3c97bb476174ddb832.tar.gz
portable-cd168d519bd2f44f03180f3c97bb476174ddb832.tar.bz2
portable-cd168d519bd2f44f03180f3c97bb476174ddb832.zip
split big line
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 30c2286..a928807 100755
--- a/update.sh
+++ b/update.sh
@@ -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
67for i in explicit_bzero.c strlcpy.c strlcat.c strndup.c strnlen.c timingsafe_bcmp.c timingsafe_memcmp.c; do 67for 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
69done 70done
70$CP $libc_src/stdlib/reallocarray.c crypto/compat 71$CP $libc_src/stdlib/reallocarray.c crypto/compat