diff options
author | Brent Cook <busterb@gmail.com> | 2019-03-19 05:32:58 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2019-03-19 05:32:58 -0500 |
commit | 6b8dcd5be9b3045413f07bfc3cdc57c4a17470e7 (patch) | |
tree | 2899619988ff6221d7b4509baa033fb2633264e5 /update.sh | |
parent | 4ea2a01a0d2cc889e95316f51c7a36f8f158df44 (diff) | |
parent | 23fa9a51d8f50a563566455dd9428c3525c9216d (diff) | |
download | portable-6b8dcd5be9b3045413f07bfc3cdc57c4a17470e7.tar.gz portable-6b8dcd5be9b3045413f07bfc3cdc57c4a17470e7.tar.bz2 portable-6b8dcd5be9b3045413f07bfc3cdc57c4a17470e7.zip |
Add #506, add SM4 build
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -132,8 +132,8 @@ copy_hdrs $libcrypto_src "stack/stack.h lhash/lhash.h stack/safestack.h | |||
132 | dsa/dsa.h engine/engine.h ui/ui.h pkcs12/pkcs12.h ts/ts.h | 132 | dsa/dsa.h engine/engine.h ui/ui.h pkcs12/pkcs12.h ts/ts.h |
133 | md4/md4.h ripemd/ripemd.h whrlpool/whrlpool.h idea/idea.h | 133 | md4/md4.h ripemd/ripemd.h whrlpool/whrlpool.h idea/idea.h |
134 | rc2/rc2.h rc4/rc4.h ui/ui_compat.h txt_db/txt_db.h | 134 | rc2/rc2.h rc4/rc4.h ui/ui_compat.h txt_db/txt_db.h |
135 | sm3/sm3.h chacha/chacha.h evp/evp.h poly1305/poly1305.h camellia/camellia.h | 135 | sm3/sm3.h sm4/sm4.h chacha/chacha.h evp/evp.h poly1305/poly1305.h |
136 | gost/gost.h curve25519/curve25519.h" | 136 | camellia/camellia.h gost/gost.h curve25519/curve25519.h" |
137 | 137 | ||
138 | copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" | 138 | copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" |
139 | 139 | ||