diff options
author | Daniel Wyatt <daniel.wyatt@ribose.com> | 2019-03-02 12:32:12 -0500 |
---|---|---|
committer | Daniel Wyatt <daniel.wyatt@ribose.com> | 2019-03-04 08:53:22 -0500 |
commit | 23fa9a51d8f50a563566455dd9428c3525c9216d (patch) | |
tree | 7659808ae3b7971af9dc532fd133fbf000bdadde /update.sh | |
parent | 535246269d4a7d8338320f8e6666ca887718c5d0 (diff) | |
download | portable-23fa9a51d8f50a563566455dd9428c3525c9216d.tar.gz portable-23fa9a51d8f50a563566455dd9428c3525c9216d.tar.bz2 portable-23fa9a51d8f50a563566455dd9428c3525c9216d.zip |
Add portable scaffold for SM4
Diffstat (limited to '')
-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 | ||