diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-11-06 04:57:23 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-11-06 04:57:23 +0900 |
commit | 5f187770f36e5049f54a3c717e8c71e3c824e5ba (patch) | |
tree | f4da368b64440bb93944f5e0f7858aa26ccd6338 /update.sh | |
parent | e0a62cf201e7940e5d1dc350ff201afca49d648d (diff) | |
download | portable-5f187770f36e5049f54a3c717e8c71e3c824e5ba.tar.gz portable-5f187770f36e5049f54a3c717e8c71e3c824e5ba.tar.bz2 portable-5f187770f36e5049f54a3c717e8c71e3c824e5ba.zip |
Add curve25519 to portable
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -124,7 +124,7 @@ copy_hdrs $libcrypto_src "stack/stack.h lhash/lhash.h stack/safestack.h | |||
124 | md4/md4.h ripemd/ripemd.h whrlpool/whrlpool.h idea/idea.h | 124 | md4/md4.h ripemd/ripemd.h whrlpool/whrlpool.h idea/idea.h |
125 | rc2/rc2.h rc4/rc4.h ui/ui_compat.h txt_db/txt_db.h | 125 | rc2/rc2.h rc4/rc4.h ui/ui_compat.h txt_db/txt_db.h |
126 | chacha/chacha.h evp/evp.h poly1305/poly1305.h camellia/camellia.h | 126 | chacha/chacha.h evp/evp.h poly1305/poly1305.h camellia/camellia.h |
127 | gost/gost.h" | 127 | gost/gost.h curve25519/curve25519.h" |
128 | 128 | ||
129 | copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" | 129 | copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" |
130 | 130 | ||