summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2020-03-13 17:24:26 +0100
committerDaiki Ueno <dueno@redhat.com>2020-03-19 09:28:30 +0100
commit252a4dd5090083ede6d8fdecbd2241b2b8a001b5 (patch)
treecf54b8b043fcaf80ca3c1dc325a802e17979a798 /bootstrap.conf
parent3462a7fc813da9576f8dda41a81b86ca03b99344 (diff)
downloadgnutls-252a4dd5090083ede6d8fdecbd2241b2b8a001b5.tar.gz
nettle: vendor in ChaCha20 implementation from nettle
This enables to use bundled ChaCha20 implementation if the system nettle doesn't have nettle_chacha_set_counter. Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 9216ab6cf3..a2e9ae661d 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -103,4 +103,5 @@ bootstrap_post_import_hook ()
touch ChangeLog || return 1
devel/import-curve448-from-nettle.sh
+ devel/import-chacha-from-nettle.sh
}