diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-11-27 22:12:11 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2021-11-27 22:12:11 +0900 |
commit | 954948159a6ccdf47666f42b4d92f0ba77ca942c (patch) | |
tree | e474a85e8bd73bf750cd0bcc68e23f6f9339bc8b /update.sh | |
parent | 2ac3d32ec532b9e62efe20f3e7d03245cd2b09c3 (diff) | |
download | portable-954948159a6ccdf47666f42b4d92f0ba77ca942c.tar.gz portable-954948159a6ccdf47666f42b4d92f0ba77ca942c.tar.bz2 portable-954948159a6ccdf47666f42b4d92f0ba77ca942c.zip |
Add ct
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -122,7 +122,8 @@ copy_hdrs $libcrypto_src "stack/stack.h lhash/lhash.h stack/safestack.h | |||
122 | md4/md4.h ripemd/ripemd.h whrlpool/whrlpool.h idea/idea.h | 122 | md4/md4.h ripemd/ripemd.h whrlpool/whrlpool.h idea/idea.h |
123 | rc2/rc2.h rc4/rc4.h ui/ui_compat.h txt_db/txt_db.h | 123 | rc2/rc2.h rc4/rc4.h ui/ui_compat.h txt_db/txt_db.h |
124 | sm3/sm3.h sm4/sm4.h chacha/chacha.h evp/evp.h poly1305/poly1305.h | 124 | sm3/sm3.h sm4/sm4.h chacha/chacha.h evp/evp.h poly1305/poly1305.h |
125 | camellia/camellia.h gost/gost.h curve25519/curve25519.h" | 125 | camellia/camellia.h gost/gost.h curve25519/curve25519.h |
126 | ct/ct.h ct/cterr.h" | ||
126 | 127 | ||
127 | copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" | 128 | copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" |
128 | 129 | ||