aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-06-19 02:09:27 -0500
committerBrent Cook <bcook@openbsd.org>2015-06-19 02:09:27 -0500
commitb67c9460bafb71e8f294c6469c15ccd20e65c4c4 (patch)
treebf2b7dc4942ede822694f5a75b253ed899616287 /update.sh
parent976445393772c47b8ccef5a176ae781dab7d7e03 (diff)
downloadportable-b67c9460bafb71e8f294c6469c15ccd20e65c4c4.tar.gz
portable-b67c9460bafb71e8f294c6469c15ccd20e65c4c4.tar.bz2
portable-b67c9460bafb71e8f294c6469c15ccd20e65c4c4.zip
remove unneeded local tls.h patch
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/update.sh b/update.sh
index 232f029..48acf84 100755
--- a/update.sh
+++ b/update.sh
@@ -63,9 +63,8 @@ $CP $libssl_src/src/crypto/opensslfeatures.h include/openssl
63$CP $libssl_src/src/e_os2.h include/openssl 63$CP $libssl_src/src/e_os2.h include/openssl
64$CP $libssl_src/src/ssl/pqueue.h include 64$CP $libssl_src/src/ssl/pqueue.h include
65 65
66$CP $libtls_src/tls.h include/tls.h 66$CP $libtls_src/tls.h include
67patch -p0 < patches/tls.h.patch 67$CP $libtls_src/tls.h libtls-standalone/include
68$CP include/tls.h libtls-standalone/include
69 68
70for i in crypto/compat libtls-standalone/compat; do 69for i in crypto/compat libtls-standalone/compat; do
71 $CP $libc_src/crypt/arc4random.c \ 70 $CP $libc_src/crypt/arc4random.c \