aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-12-06 23:32:18 -0600
committerBrent Cook <bcook@openbsd.org>2015-12-06 23:32:18 -0600
commit905e2a3b8046e227bf02410def56b0c2535de14f (patch)
tree82159c1b9d0f627e00d6ba27bea725ff0ee20ef8 /update.sh
parent5b49c30cbc1cd115a1d39bbdb67271e9d182b7a8 (diff)
downloadportable-905e2a3b8046e227bf02410def56b0c2535de14f.tar.gz
portable-905e2a3b8046e227bf02410def56b0c2535de14f.tar.bz2
portable-905e2a3b8046e227bf02410def56b0c2535de14f.zip
refresh nc(1) support
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index de9f2bb..a456b22 100755
--- a/update.sh
+++ b/update.sh
@@ -73,6 +73,7 @@ $CP $libtls_src/tls.h libtls-standalone/include
73 73
74for i in crypto/compat libtls-standalone/compat; do 74for i in crypto/compat libtls-standalone/compat; do
75 for j in $libc_src/crypt/arc4random.c \ 75 for j in $libc_src/crypt/arc4random.c \
76 $libc_src/crypt/arc4random_uniform.c \
76 $libc_src/crypt/chacha_private.h \ 77 $libc_src/crypt/chacha_private.h \
77 $libc_src/string/explicit_bzero.c \ 78 $libc_src/string/explicit_bzero.c \
78 $libc_src/stdlib/reallocarray.c \ 79 $libc_src/stdlib/reallocarray.c \