diff options
author | Brent Cook <busterb@gmail.com> | 2015-05-23 19:23:55 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-23 19:27:57 -0500 |
commit | bc70c1c2c1f19375d4442c1efbe324cc7a205121 (patch) | |
tree | ba665978305c017d5beb60a4e079ace4d7185b76 /update.sh | |
parent | 901ea927ce87fe739ff2688d43bfdc3eae506b1e (diff) | |
download | portable-bc70c1c2c1f19375d4442c1efbe324cc7a205121.tar.gz portable-bc70c1c2c1f19375d4442c1efbe324cc7a205121.tar.bz2 portable-bc70c1c2c1f19375d4442c1efbe324cc7a205121.zip |
patch in std headers and C++ support for tls.h
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,8 +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 | sed -e "s/#define HEADER_TLS_H/#define HEADER_TLS_H\n#include <stddef.h>\n#include <stdint.h>/" \ | 66 | $CP $libtls_src/tls.h include/tls.h |
67 | $libtls_src/tls.h > include/tls.h | 67 | patch -p0 < patches/tls.h.patch |
68 | $CP include/tls.h libtls-standalone/include | 68 | $CP include/tls.h libtls-standalone/include |
69 | 69 | ||
70 | for i in crypto/compat libtls-standalone/compat; do | 70 | for i in crypto/compat libtls-standalone/compat; do |