summaryrefslogtreecommitdiff
path: root/devel/import-chacha-from-nettle.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devel/import-chacha-from-nettle.sh')
-rwxr-xr-xdevel/import-chacha-from-nettle.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/import-chacha-from-nettle.sh b/devel/import-chacha-from-nettle.sh
index bd570b8b25..29ba8b9fa0 100755
--- a/devel/import-chacha-from-nettle.sh
+++ b/devel/import-chacha-from-nettle.sh
@@ -18,9 +18,12 @@ chacha-poly1305.h
chacha-set-key.c
chacha-set-nonce.c
chacha.h
+poly1305-internal.c
+poly1305.h
"
PUBLIC="
+aes.h
bignum.h
ecc-curve.h
ecc.h
@@ -28,7 +31,6 @@ macros.h
memxor.h
nettle-meta.h
nettle-types.h
-poly1305.h
"
test -d $DST || mkdir $DST