diff options
author | Brent Cook <bcook@openbsd.org> | 2015-06-19 02:09:27 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-06-19 02:09:27 -0500 |
commit | b67c9460bafb71e8f294c6469c15ccd20e65c4c4 (patch) | |
tree | bf2b7dc4942ede822694f5a75b253ed899616287 /update.sh | |
parent | 976445393772c47b8ccef5a176ae781dab7d7e03 (diff) | |
download | portable-b67c9460bafb71e8f294c6469c15ccd20e65c4c4.tar.gz portable-b67c9460bafb71e8f294c6469c15ccd20e65c4c4.tar.bz2 portable-b67c9460bafb71e8f294c6469c15ccd20e65c4c4.zip |
remove unneeded local tls.h patch
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
67 | patch -p0 < patches/tls.h.patch | 67 | $CP $libtls_src/tls.h libtls-standalone/include |
68 | $CP include/tls.h libtls-standalone/include | ||
69 | 68 | ||
70 | for i in crypto/compat libtls-standalone/compat; do | 69 | for i in crypto/compat libtls-standalone/compat; do |
71 | $CP $libc_src/crypt/arc4random.c \ | 70 | $CP $libc_src/crypt/arc4random.c \ |