aboutsummaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2016-11-06 04:57:23 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2016-11-06 04:57:23 +0900
commit5f187770f36e5049f54a3c717e8c71e3c824e5ba (patch)
treef4da368b64440bb93944f5e0f7858aa26ccd6338 /update.sh
parente0a62cf201e7940e5d1dc350ff201afca49d648d (diff)
downloadportable-5f187770f36e5049f54a3c717e8c71e3c824e5ba.tar.gz
portable-5f187770f36e5049f54a3c717e8c71e3c824e5ba.tar.bz2
portable-5f187770f36e5049f54a3c717e8c71e3c824e5ba.zip
Add curve25519 to portable
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index e7e8fd5..98a9aaa 100755
--- a/update.sh
+++ b/update.sh
@@ -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
129copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h" 129copy_hdrs $libssl_src "srtp.h ssl.h ssl2.h ssl3.h ssl23.h tls1.h dtls1.h"
130 130