diff options
author | Brent Cook <bcook@openbsd.org> | 2018-11-11 09:14:41 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-11-11 09:14:41 -0600 |
commit | 1cb05b51c1836d2b94ef93778dd197230092ea8d (patch) | |
tree | 876fa10fd9398b42f77d8c40bd72244461ac4c7c /update.sh | |
parent | 1e2937e1a2e4ddfed1cf484b48b916d113f8fdac (diff) | |
parent | d4803f134fc485da2d538e759d184f961adee76f (diff) | |
download | portable-1cb05b51c1836d2b94ef93778dd197230092ea8d.tar.gz portable-1cb05b51c1836d2b94ef93778dd197230092ea8d.tar.bz2 portable-1cb05b51c1836d2b94ef93778dd197230092ea8d.zip |
Land #439, 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" |