aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2021-11-29 07:39:24 -0600
committerBrent Cook <busterb@gmail.com>2021-11-29 07:39:24 -0600
commit22c6e3b6d5fb630bff076dd85a0b73fdb9fe6820 (patch)
tree25032c4d45682980285dcd410c110ac8416eaa4a /update.sh
parente8ea73c247069e4e5592b31c0888a8ceb35f7773 (diff)
parent954948159a6ccdf47666f42b4d92f0ba77ca942c (diff)
downloadportable-22c6e3b6d5fb630bff076dd85a0b73fdb9fe6820.tar.gz
portable-22c6e3b6d5fb630bff076dd85a0b73fdb9fe6820.tar.bz2
portable-22c6e3b6d5fb630bff076dd85a0b73fdb9fe6820.zip
Land #702: Add ct to libcrypto
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index fe91b51..311ce4e 100755
--- a/update.sh
+++ b/update.sh
@@ -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
127copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" 128copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h"
128 129