diff options
author | Brent Cook <busterb@gmail.com> | 2021-11-29 07:39:24 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2021-11-29 07:39:24 -0600 |
commit | 22c6e3b6d5fb630bff076dd85a0b73fdb9fe6820 (patch) | |
tree | 25032c4d45682980285dcd410c110ac8416eaa4a /update.sh | |
parent | e8ea73c247069e4e5592b31c0888a8ceb35f7773 (diff) | |
parent | 954948159a6ccdf47666f42b4d92f0ba77ca942c (diff) | |
download | portable-22c6e3b6d5fb630bff076dd85a0b73fdb9fe6820.tar.gz portable-22c6e3b6d5fb630bff076dd85a0b73fdb9fe6820.tar.bz2 portable-22c6e3b6d5fb630bff076dd85a0b73fdb9fe6820.zip |
Land #702: Add ct to libcrypto
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 | ||