diff options
author | Jack Lloyd <jack.lloyd@ribose.com> | 2018-08-14 15:16:36 -0400 |
---|---|---|
committer | Jack Lloyd <jack.lloyd@ribose.com> | 2018-08-14 15:16:36 -0400 |
commit | d4803f134fc485da2d538e759d184f961adee76f (patch) | |
tree | 008fe3f9e08ee2f02147c0c42c4338fb637b958d /update.sh | |
parent | 4dbf285573d5254e5169be44e45c7685a336b6e8 (diff) | |
download | portable-d4803f134fc485da2d538e759d184f961adee76f.tar.gz portable-d4803f134fc485da2d538e759d184f961adee76f.tar.bz2 portable-d4803f134fc485da2d538e759d184f961adee76f.zip |
Add portable scaffold for SM3
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -132,7 +132,7 @@ 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 | chacha/chacha.h evp/evp.h poly1305/poly1305.h camellia/camellia.h | 135 | sm3/sm3.h chacha/chacha.h evp/evp.h poly1305/poly1305.h camellia/camellia.h |
136 | gost/gost.h curve25519/curve25519.h" | 136 | 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" |